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].

[Screen] API Issuance History

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

[Screen] API Query Scope

2. API Invocation

Set the Authorization Header with the previously issued token.

#CURL Command Sample
curl -X POST http://${API-GATEWAY}/api/pl/list/service/2 \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer [token]
  1. curl -X POST http://${API-GATEWAY}/api/pl/list/service/2 \
  • ${API-GATEWAY} : Enter the domain or IP:port information to connect to the API gateway.

  1. -H 'Content-Type: application/json' \
  2. -H 'Authorization: Bearer [token]

[token] : Enter 'Bearer' followed by a space, then paste the issued token.

3. API Types

1) Available API types can be checked below

[Available API List]

Last updated

Was this helpful?