Authorization API
POST
/api/v1/Instify/Authorization
Click to copy
Use this endpoint to generate an authorization token required to access protected API endpoints.
Request Parameters
orderIdstring
A unique identifier for the order or request used while generating the authorization token.
Response Parameters
responseCodestring
HTTP-style response code indicating the result of the request.
responseMessagestring
Human-readable message describing the response status.
data.tokenstring
Authorization token to be included in the header of subsequent API requests.
Curl