Retrieve Sub-account API Keys
GET/sub-account/:handle/api-key
Retrieves details of all API keys associated with the specified sub-account. For security reasons, the full API key is not returned; only the key ID and a partially redacted version are provided.
Request
Responses
- 200
- 404
- 500
Successfully retrieved the API key for the specified sub-account.
The specified sub-account does not exist.
An unexpected internal error occurred.