πŸ”Authentication

Returns your authentication token (OAuth 2.0) which you'll need to call the other APIs

Get your Access Auth Token

POST https://api.akibadigital.com/authorization/revoke

GET https://api.akibadigital.com/​authorization/whoami

AUTHORIZATION Bearer Token

Headers

NameTypeDescription

Authorization*

String

Bearer Token

Request Body

NameTypeDescription

client_id*

String

Your CLIENT_ID

client_secret*

String

Your CLIENT_SECRET

client_credential*

String

Your CLIENT_CREDENTIAL

{
  "access_token":"MTQ0NjJkZmQ5OTM2NDE1ZTZjNGZmZjI3",
  "token_type":"bearer",
  "expires_in":3600,
  "refresh_token":"IwOGYzYTlmM2YxOTQ5MGE3YmNmMDFkNTVk",
}

Last updated