This endpoint lets you list all the API keys you have access to.
For more details on how API keys work, and how to handle them securely, see the Security and API Key Usage guide.
The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
Page number. 30 results per page
Number of items to return per page. Currently limited to 100.
1 <= x <= 100Filter API keys by status. A key is inactive when its status is either expired or disabled.
active, inactive, disabled, expired "active"
Filter API keys by the type of user the key belongs to.
bot, user "user"
Free-text search filter matched against:
api_key — the actual API key string valuelabel — the human-readable label/name assigned to the keyControls whether permissions are filtered based on what the API key's user is actually allowed to access.
An API key can have broader permissions than its attached user's own permissions, however they won't be taken into account unless the user has them.
false (default) — The returned permissions list is filtered down with only those the user has access to.true — The returned permissions list is not filtered. All permissions are included in the response, regardless of what the user has access to.