Obtain Bearer Token

Issues a JWT Bearer Token using application credentials (client_credentials grant).

Required Content-Type: application/x-www-form-urlencoded

Developer flow:

  1. Send the client_id and client_secret provided by AnkaTech
  2. Copy the access_token from the response
  3. Use it in the Authorization: Bearer <access_token> header on all other endpoints

Token lifetime: 900 seconds (15 minutes). Repeat this call to renew it.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
enum
required

OAuth 2.0 grant type. Always use client_credentials for application integrations.

Allowed:
uuid
required

Application UUID. Provided by AnkaTech when provisioning the tenant.

password
required

Application secret. Provided by AnkaTech. Store it in environment variables — never hardcode it in source code.

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json