cURL
curl --request GET \ --url https://sandbox.withclasp.com/plan_configurations \ --header 'Authorization: Bearer <token>'
{ "next": "<string>", "previous": "<string>", "results": [ { "id": "<string>", "plan": "<string>", "termination_policy": "termination_date", "waiting_period": { "policy": "end_of_waiting_period", "period": "day", "duration": 123 }, "required_subclass": "<string>" } ] }
Lists all plan configurations under your provider.
API Key authentication with required prefix "Bearer"
The pagination cursor value.
Number of results to return per page.
The response is of type object.
object