Radicas Docs
API referenceGenerated

List Seats

GET
/costs/seats

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/costs/seats"
[  {    "provider": "string",    "product": "string",    "plan": "string",    "pool": "default",    "seat_price_usd": "string",    "seat_count": 1,    "included_allowance_usd": "string",    "allowance_provenance": "published",    "reset_cadence": "monthly",    "model_filter": "%",    "effective_from": "2019-08-24",    "id": "string"  }]