create an API key for an account

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
account_sidstringRequiredformat: "uuid"

Response

new API key
sidstring or nullformat: "uuid"
tokenstring or nullformat: "uuid"

Errors