List the authenticated account's credentials.
GET/v1/credentials
Returns all non-revoked credentials for the account. plaintext_key is never returned by this endpoint.
Responses
- 200
- 401
- 500
Array of credentials (without plaintext_key).
Missing or invalid Authorization header.
Unexpected server error. Includes a correlation_id; report it when filing a bug.