Revised

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.

GET/api/v1/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.

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Responses

Your holds.

activeobject[]required
endedobject[]required
holdsobjectrequired
curl --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>"
  }
}

Type to search…

↑↓ navigate openesc close