v1

latestOpenAPI 3.0.02026-07-244352379.2 KB
Bearer Tokens

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.

post/o/bulk_revoke/

Request body

client_idstring required

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

client_secretstring required

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

revoke_countinteger required

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

Response

OK - Success