arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

API Issuance History

hashtag
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

hashtag
2. API Invocation

Set the Authorization Header with the previously issued token.

circle-info
  • ${API-GATEWAY} : Enter the domain or IP:port information to connect to the API gateway.

circle-info

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

hashtag
3. API Types

1) Available API types can be checked below

#CURL Command Sample
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]
What is Cocktail Open API? | OpenAPI Documentcocktailcloud.gitbook.iochevron-right
[Available API List]
Logo