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
tokenstring

API key (token) for authenticating future requests

companyIdinteger
Company identifier
descriptionstring
Description of the API key
namestring
Name of the API key
emailstringformat: "email"
Email address of the user who created the API key
idinteger
API user identifier

Errors

401
Unauthorized Error