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_idstringRequired

Sub-account ID

Query parameters

pageintegerOptional
Page number, from 1 through 65,535
per_pageintegerOptional
Items per page, from 1 through 100

Response

sub-account API keys list

objectstring
has_moreboolean
datalist of objectsOptional
total_countintegerOptional

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