Authentication
Passing Authentication
The Opentact API will require an API Key to authenticate requests.
A valid token is base64 encoded value of 'email:password'
The following syntax must be used in the headers:
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=vA valid token is generated by the API and returned as a response of
a call to the route: /rest/auth giving a valid email & password.
The following syntax must be used in the headers:
X-Auth-Token: xxxxxx.yyyyyyy.zzzzzzMethods
Auth
Code Examples
Token
Request Body
Name
Type
Description
Code Examples
Tokens
Code Examples
Token
Path Parameters
Name
Type
Description
Code Examples
Tokens
Code Examples
Token
Path Parameters
Name
Type
Description
Code Examples
Last updated