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
400Error
application/json
500Error
application/json
post
/authorization/revokePOST /authorization/revoke HTTP/1.1
Host: api.akibaone.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"success": true,
"message": "text",
"id": "text"
}