Get API Key

Obtain an API key using Basic Authentication. This key will be used for all other API requests.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Response

API key generated successfully
tokenstringOptional

API key (token) for authenticating future requests

companyIdintegerOptional
Company identifier
descriptionstringOptional
Description of the API key
namestringOptional
Name of the API key
emailstringOptionalformat: "email"
Email address of the user who created the API key
idintegerOptional
API user identifier

Errors

401
Unauthorized Error