Revoke

post
Authorizations
OAuth2clientCredentialsRequired
Token URL: Refresh URL:
Available scopes:
  • : Operations that allows interactions with verifyID services
  • : Operations that allows interactions with Insyts services
  • : Operations for internal use only
  • : APIs to interact with utility functions of the Akibaone systems.
  • : An API suit providing read only access for confirming an individual’s identity and is crucial for preventing fraud and ensuring trust.
  • : An API suite providing read only access to search and retrieve public company data
Responses
200Success
application/json
post
/authorization/revoke
POST /authorization/revoke HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "success": true,
  "message": "text",
  "id": "text"
}