API Issuance History
1. API Issuance History
1) Once you receive an API token, you can check the status, expiration date, and API scope for the current token in [External APIs] - [History].

2) By selecting the API scope icon, you can view a list of APIs available for the current token.

2. API Invocation
Set the Authorization Header with the previously issued token.
curl -X POST http://${API-GATEWAY}/api/pl/list/service/2 \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer [token]
curl -X POST http://${API-GATEWAY}/api/pl/list/service/2 \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer [token]
3. API Types
1) Available API types can be checked below
Last updated
Was this helpful?