List sub-account API keys
List sub-account API keys
Lists active API keys for a sub-account owned by the caller. The response includes each key value; store and handle the response as a secret.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
sub_account_id
Sub-account ID
Query parameters
page
Page number, from 1 through 65,535
per_page
Items per page, from 1 through 100
Response
sub-account API keys list
object
has_more
data
total_count
Errors
403
List Sub Account API Keys Request Forbidden Error
404
List Sub Account API Keys Request Not Found Error
422
List Sub Account API Keys Request Unprocessable Entity Error