Benefits
Create a benefit
Creates a benefit.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
Benefit payload
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/benefits" \ -H "Content-Type: application/json" \ -d '{ "name": "API access", "code": "northwind-api-access", "description": "Gates access to Northwind API products", "type": "feature_access" }'{
"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"
}
}