OAuth2
Revoke token
API documentation
Integrations
Analytics
Billable events
Companies
Custom properties
Customers
Customers > Credits
Customers > Payment methods
Integrations
Invoices
Invoicing entities
Organisations
Payments
Price configurations
Quotes
Subscriptions
- POSTRefresh subscriptions
- POSTCreate subscription update
- POSTCreate subscription updates
- POSTCancel subscription
- POSTReinstate subscription
- POSTPause subscription
- POSTActivate subscription
- POSTReactivate subscription
- GETGet subscriptions
- POSTCreate subscription
- GETGet subscription
- PUTUpdate subscription
- POSTRefresh seat products
- POSTTransition subscription to next phase
Third-party apps
Wallets
OAuth2
Revoke token
Revoke a refresh token. Once revoked the token can not be used anymore.
POST
/
v1
/
oauth
/
revoke
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
object
client_id
string
*
client_id
Required
string
Application's client ID.
client_secret
string
*
client_secret
Required
string
Application's client secret.
token
string
*
token
Required
string
The refresh token to revoke.
Body
application/json
client_id
string
requiredApplication's client ID.
client_secret
string
requiredApplication's client secret.
token
string
requiredThe refresh token to revoke.
Was this page helpful?