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_sidstring or nullformat: "uuid"
service_provider_sidstring or nullformat: "uuid"
expires_atstring or nullformat: "date-time"
created_atstring or nullformat: "date-time"
last_usedstring or nullformat: "date-time"

Errors