Benefits

Unarchive a benefit

Unarchives a benefit.

POST
/benefits/{id}/unarchive

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X POST "https://example.com/benefits/ben_IhMUl3rrZ3/unarchive"
{
  "benefit": {
    "object": "benefit",
    "id": "ben_IhMUl3rrZ3",
    "created_at": "2026-05-13T10:09:31.569Z",
    "name": "API access",
    "code": "northwind-api-access",
    "description": "Gates access to Northwind API products",
    "status": "active",
    "type": "feature_access"
  },
  "meta": {
    "request_id": "req_IhMUl3rrZ3"
  }
}