List plans

GET {{baseUrl}}/plans?limit=<integer>&next_page=<string>

List all available plans.

Request Params

KeyDatatypeRequiredDescription
limitstringMax number of results that should be returned
next_pagestringCursor that indicates where the next page of results should start.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;custom_fields&quot;:{&quot;ea4_&quot;:&quot;\u003cstring\u003e&quot;,&quot;nisi8cc&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;custom_fields&quot;:{&quot;ipsum_6&quot;:&quot;\u003cstring\u003e&quot;,&quot;qui__8&quot;:&quot;\u003cstring\u003e&quot;}}],&quot;next_page&quot;:&quot;\u003cstring\u003e&quot;}