Revoke token
Invalidates a previously issued Access Manager token.
Path Parameters |
---|
sub_key string — REQUIREDYour app's subscribe key from Admin Portal. |
token string — REQUIREDAn existing Access Manager token. Example: qERtZXRhoENwYXSlQ3NwY6BEY2hhbqBDdXNyoENncnCgRHV1aWSgRHV1aWRIc29tZXV1aWRDc2lnWCBhIVFngejMt2BDtujpWAP42W3eU |
Query Parameters |
---|
timestamp integer — REQUIREDUnix epoch timestamp used as a nonce for signature computation. Must have no more than ± 60 second offset from NTP. This is not associated with the TTL at all. Example: 1607457300 |
signature string — REQUIREDUsed to verify the request was signed with the secret key associated with the subscribe key. For information on how to compute the signature, refer to Signature generation. Example: v2.k80LsDMD-sImA8rCBj-ntRKhZ8mSjHY8Ivngt9W3Yc4 |
uuid stringA UTF-8 encoded string of up to 64 characters used to identify the client. Example: myUniqueUserId |
Responses | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
200 Revoke request was successful.
| ||||||||||
400 Error validating inputs, like an invalid or expired token.
| ||||||||||
403 Invalid signature, like a wrong secret key or character set encoding for signature computation.
| ||||||||||
503 Internal server error, like backend database system being unavailable.
|