List plans
GET {{baseUrl}}/plans?limit=<integer>&next_page=<string>
List all available plans.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Max number of results that should be returned | |
next_page | string | Cursor that indicates where the next page of results should start. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"\u003cuuid\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e","custom_fields":{"ea4_":"\u003cstring\u003e","nisi8cc":"\u003cstring\u003e"}},{"id":"\u003cuuid\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e","custom_fields":{"ipsum_6":"\u003cstring\u003e","qui__8":"\u003cstring\u003e"}}],"next_page":"\u003cstring\u003e"}