v1
latestOpenAPI 3.0.02026-07-244352379.2 KBBearer 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
Response
OK - Success