APIPricing

List seat prices

List configured seat prices for the org. Seats are low-cardinality, so this returns the full set unpaginated.

GET/seat-pricing

List configured seat prices for the org. Seats are low-cardinality, so this returns the full set unpaginated.

Response Body

application/json

application/json

curl -X GET "https://example.com/seat-pricing"
[  {    "id": null,    "provider": "claude",    "plan": "string",    "monthly_rate": 0,    "effective_from": "2019-08-24T14:15:22Z",    "effective_to": "2019-08-24T14:15:22Z"  }]