Create Sub-account API Key
POST/sub-account/:handle/api-key
Creates a new API key for the specified sub-account.
Request
Responses
- 201
- 403
- 404
- 422
- 500
A new API key was successfully created for the specified sub-account.
The operation is forbidden. You can't create API keys for this sub-account.
The specified sub-account does not exist.
You have reached the limit of API keys you can create for this sub-account.
An unexpected internal error occurred.