HomeGuidesReference
Log In

Bulk revoke authentication tokens

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.

Language
URL