REST API
string · requiredstring · requiredstring · requiredstringstringstringstring · requiredstring
Revoke OAuth Token
POST
https://api.sandbox.gemini.com
/v1/oauth/revokeByToken
The access_token may be revoked at any time by using v1/oauth/revokeByToken. Once a token is revoked or expires, it can no longer be used to make requests.
This endpoint is only available using an access_token and will revoke the token used to make the request.
Headers
X-GEMINI-APIKEYYour API key
X-GEMINI-SIGNATUREHEX-encoded HMAC-SHA384 of payload signed with API secret
X-GEMINI-PAYLOADBase64-encoded JSON payload
Content-TypeDefault: text/plain
Content-LengthDefault: 0
Cache-ControlDefault: no-cache
Revoke OAuth Token › Request Body
requestThe literal string "/v1/oauth/revokeByToken"
Revoke OAuth Token › Responses
An object that indicates the access_token has been revoked.
messageA message that indicates the token has been revoked for the account

