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 <username:password>.

Response

API key generated successfully
tokenstring or null

API key (token) for authenticating future requests

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

Errors