Passing Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
All API requests are required to be made over HTTPS, HTTP requests will return back a 302 response - permanent redirection.
There are 5 methods to pass authentication to the API.
For accessing the API a valid email and password must be passed in the 'Authorization' header.
The following syntax must be used in the header
'Authorization: Basic base64(email:password)
Security Scheme Type
HTTP Authorization Scheme
HTTPS
Basic
GET
https://api.opentact.org/rest/auth
This api is to get the JWT token for Authorize.
X-Auth token*
String
JWT token
More info can be found here:
More info can be found here:
More info could be found here: