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
sidstringformat: "uuid"
tokenstringformat: "uuid"

Errors

404
Not Found Error
500
Internal Server Error