get all api keys for an account

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

list of api keys

api_key_sidstringformat: "uuid"
tokenstringformat: "uuid"
account_sidstringOptionalformat: "uuid"
service_provider_sidstringOptionalformat: "uuid"
expires_atstringOptionalformat: "date-time"
created_atstringOptionalformat: "date-time"
last_usedstringOptionalformat: "date-time"

Errors