HomeGuidesReference↗ Forage Dashboard
Log In
Reference

Bulk revoke authentication tokens

Authentication Guide

For comprehensive details about authenticating with the Forage API, refer to the authentication guide.

A POST request to /o/bulk_revoke/ deletes a specified number of authentication tokens.

Tokens are revoked in chronological order based on expiry time. For example, setting revoke_count to 50 deletes the 50 oldest tokens. The revoke_count value can range between 1 and 1000.

Body Params

Request payload body for server bulk revoke tokens

string
required

The client ID for your application, found in the Forage dashboard (sandbox, production).

string
required

The client secret for your application, found in the Forage dashboard (sandbox, production).

integer
required

The number of tokens to revoke, between 1 and 1000. Tokens are revoked in chronological order based on expiry time.

Responses
200

OK - Success

Language
URL
Request
Response
Choose an example:
application/json