OAuth2
Revoke token
API documentation
Integrations
Analytics
Billable events
Companies
Custom properties
Customers
Customers > Credits
Customers > Payment methods
Integrations
Invoices
Invoices > Transactions
Invoicing entities
Organisations
Payments
Price configurations
Products
Quotes
Subscriptions
- GETGet subscriptions
- GETGet subscription
- GETGet subscription phases
- GETGet subscription phase
- POSTCreate subscription update
- POSTCreate subscription updates
- POSTCreate subscription
- PUTUpdate subscription
- POSTActivate subscription
- POSTCancel subscription
- POSTPause subscription
- POSTReactivate subscription
- POSTRefresh seat products
- POSTRefresh subscriptions
- POSTReinstate subscription
- 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
curl --request POST \
--url https://api.hyperline.co/v1/oauth/revoke \
--header 'Content-Type: application/json' \
--data '{
"client_id": "<string>",
"client_secret": "<string>",
"token": "<string>"
}'
Body
application/json
Application's client ID.
Application's client secret.
The refresh token to revoke.
Response
204
Token revoked
Was this page helpful?
curl --request POST \
--url https://api.hyperline.co/v1/oauth/revoke \
--header 'Content-Type: application/json' \
--data '{
"client_id": "<string>",
"client_secret": "<string>",
"token": "<string>"
}'