Request
Add parameter in header authorization
Example:authorization: ********************
or
Body Params application/jsonRequired
{
"client_id": "instafeed",
"client_secret": "oauth_test_secret_2026",
"token": "TWzg8XQGVsYDHAIiaXYygg=="
}
Request Code Samples
curl --location 'https://rapi.trustoo.io/api/v1/openapi/oauth_revoke_token' \
--header 'authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "instafeed",
"client_secret": "oauth_test_secret_2026",
"token": "TWzg8XQGVsYDHAIiaXYygg=="
}'
Responses
application/json
Modified at 2026-06-15 03:18:37