List your holds
This ACCOUNT's holds, not this key's: the ones still running, then the most recent that have ended with their outcome (`expired`, `released` or `registered`). Every key on the account sees, extends and can end the same holds, and an ended hold taken by one key appears here for all of them — so separate keys for separate systems separate the rate-limit bookkeeping, not the holds.
/api/v1/holdsThis ACCOUNT's holds, not this key's: the ones still running, then the most recent that have ended with their outcome (`expired`, `released` or `registered`). Every key on the account sees, extends and can end the same holds, and an ended hold taken by one key appears here for all of them — so separate keys for separate systems separate the rate-limit bookkeeping, not the holds.
Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Responses
Your holds.
activeobject[]requiredendedobject[]requiredholdsobjectrequiredcurl --request GET \
--url "https://getrevised.com/api/v1/holds" \
--header "Authorization: Bearer YOUR_API_KEY"{
"active": [],
"ended": [],
"holds": {
"active": 123,
"hold_hours": 123,
"limit": 123,
"plan": "<string>"
}
}