Access the API from an external system
In this topic, you learn how to access the API from an external system. After downloading the API, you need to enable authentication and authorizations between the two systems. Authorization is executed using a JWT token.
Prerequisites
-
You have downloaded an API from the store.
Procedure
-
Add a new user with the following details:
-
Assign the role ACL.
-
In the API Token tab, toggle the Enable button to On and click Generate token.
-
Copy the generated JWT token and click Save.
-
-
Create a new authentication method.
-
Navigate to the Headers tab and click Add.
-
Enter a meaningful name.
-
In Value, write
Bearer
followed by your generated JWT token.
-
-
Open the API in the API Designer and go to the Authentication tab.
-
Click Add.
Result: The Proxy Authentication dialog opens.
-
Select the Role and Proxy Authentication you just created.