cURL
curl --request GET \ --url https://sandbox.withclasp.com/plan_configurations \ --header 'Authorization: Bearer <token>'
{ "next": "<string>", "previous": "<string>", "results": [ { "plan": "<string>", "termination_policy": "termination_date", "waiting_period": { "policy": "end_of_waiting_period", "period": "day", "duration": 123 }, "id": "<string>", "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.
Show child attributes