...
Note | |
---|---|
The Arken API uses a JSON Web Token (JWT) to securely transmit information between parties. To generate the JWT you will need to request access. Arken will supply you with a personal client ID, client secret, audience and the request URL needed to generate a JWT token. The token must be sent as a HTTP request header using the Bearer schema, with each API call:
The token is valid for a 24 hour period. |
API Endpoints
See the API Endpoints section
...