Airapi User Guide
  • 📙What is Airapi?
  • 📘Getting Started
    • Manage Environment
      • What is an Environment?
      • Add a New Environment
      • Update Environment
        • Reset Environment Cache
      • Delete Environment
      • Dashboard
      • Messages
      • Configurations
      • Endpoints
      • Applications
      • Documents
      • Agreements
      • Account Settings
    • Create Your Account
      • Verify Email
      • Forget Password
  • 📗Management Portal
    • API Definition
      • Consent Management
      • Scope Management
  • 📕Quota Management
    • Quota Management
    • API Base Quota
    • Application Base Quota
    • Domain Base Quota
  • 📔UK Open Banking
    • Account Details
    • Regular Payments
  • 📒TCMB Standard
    • Hata Kodları
  • 📓Advanced Features
    • App To App Authentication
    • mutual TLS
  • 📖How to
    • How To Get a Client Credential Token?
    • How To Get an AppToApp Token?
    • How To Add Multiple Function Policy?
    • How To Add Data Mask Policy?
    • How To Create a New Tenant User?
    • How To Configure Developer Portal?
    • How To Modify Global Rate Limit?
    • How To Retire an API?
    • How To Reject a Payment Initiation?
    • How To Add a Global Variable?
    • How To Restrict Working Hours?
    • How To Track Gateway Error?
    • How To Export/Import Endpoints?
    • How To Reject Account Consent?
    • How To Exclude an Endpoint?
    • How To Define an Endpoint?
    • How To Define a Mock Policy?
    • How To Define a Rate Limit Policy?
    • How To Define a Mail Policy?
    • How To Transform a Header?
    • How To XML to JSON?
    • How To JSON to XML?
  • 📙Release Notes
    • Versions
    • v2.1.80
    • v2.1.76
    • v2.1.72
    • v2.1.68
    • v2.1.64
    • v2.1.60
    • v2.1.56
    • v2.1.52
    • v2.1.44
    • v2.1.36
    • v2.1.20
    • v2.1.16
    • v2.0.96
    • v2.0.80
    • v2.0.72
    • v2.0.70
    • v2.0.66
    • v2.0.60
    • v2.0.55
    • v2.0.51
    • v2.0.50
    • v1.9.47
    • v1.9.46
    • v1.9.45
    • v1.9.44
    • v1.9.43
    • v1.9.42
    • v1.9.41
    • v1.9.40
    • v1.9.39
    • v1.9.38
    • v1.9.37
    • v1.9.3
    • v1.9.2
    • v1.9.1
    • v1.8.8
    • v1.8.7
    • v1.8.6
    • v1.8.5
    • v1.8.4
    • v1.8.3
    • v1.8.2
    • v1.8.1
    • v1.8.0
    • v1.7.9
    • v1.7.8
    • v1.7.7
    • v1.7.6
    • v1.7.5
    • v1.7.4
    • v1.7.3
    • v1.7.2
    • v1.7.1
    • v1.7.0
    • v1.6.9
    • v1.6.8
    • v1.6.7
    • v1.6.5
    • v1.6.2
    • v1.6.0
    • v1.5.8
    • v1.5.6
    • v1.5.4
    • v1.5
    • v1.4.6
    • v1.4.3
    • v1.4.0
    • v1.3.0
    • v1.2.1
    • v1.1.1
    • v0.8.6
  • ⚙️Planned Activities
Powered by GitBook
On this page
  • What is to Export/Import Endpoints?
  • How It Works?
  1. How to

How To Export/Import Endpoints?

PreviousHow To Track Gateway Error?NextHow To Reject Account Consent?

Last updated 2 years ago

What is to Export/Import Endpoints?

The export statement is used when creating JSON files to export live bindings to functions, objects, or primitive values from the platform so they can be used by other programs with the import statement. Bindings that are exported can still be modified locally; when imported, although they can be read by the importing platform the value updates whenever it is updated by the exporting platform. The import statement is used to import live bindings that are exported by another version. Bindings imported are called live bindings because they are updated by the module that exported the binding. The export settings option is also convenient for the admins who want to use their preferred configuration on multiple environments, they can easily import a .json file to transfer these settings.

How It Works?

  1. Tenant admin manages multiple versions of API collections created in ApiGo. Defined endpoints’ version information can be viewed on the Endpoints menu. The admin can export endpoints from an environment to import another on Management Portal via using the endpoint collection’s versioning function.

-> Endpoints -> Version Information

2. When a change is done on the Endpoint page to the defined endpoint, the changes need to be published on Management Portal. To add a new endpoint version to use the export/import function, the publishing process must be done. On the other hand, when an environment created with a business model, it will provide an endpoint collection and version that is compliant with the selected standard.

3. Importing and exporting of endpoint collections is useful if the tenant admin needs to back up endpoints defined on Management Portal for use at a later time. With the drawer that opens, tenant admin can export an endpoint collection as a JSON template.

4. Tenant admin can export the settings to a file and then import the file later to apply the settings to another session. Endpoint History drawer includes the list of versions. Tenant admin can select which version will be restored to use on Management Portal. Also, the selected version can be exported to use later.

5. Individual endpoints from an environment can be exported to a .json file. The admin can copy the full and partial endpoint collection from one environment to another. After click on the selected version, Endpoint list of the selected version will be available on the drawer. Tenant admin can select all endpoints or click on the checkbox to specify which endpoint will be exported. After the selection, endpoint list is ready to export.

6. With exporting all selected endpoints, a JSON file has been created to use later. Tenant admin can import the file on which the environment is desired.

Management Portal -> Endpoints -> Version Information -> Import Icon

7. To import a JSON file which is created with ApiGo’s Endpoint exporting function, follow the path to reach the endpoint importing page and select the desired endpoints on the opened drawer. After the selection of desired endpoints to import, click on the button which is on the header of the drawer.

8. The selected endpoints will be seen on Endpoint Defined Screen. With publishing the changes, the imported endpoints will be available on gateway to response TPPs requests.

📖
Management Portal
apigo endpoints select version
apigo publish version
apigo selected endpoints
apigo import endpoints page
apigo endpoints version
apigo endpoints export version page
apigo selected endpoints
apigo endpoints page