List pricing units

GET {{baseUrl}}/credit-types/list?limit=<integer>&next_page=<string>

List all pricing units (known in the API by the legacy term credit types).

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;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;is_currency&quot;:&quot;\u003cboolean\u003e&quot;},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cuuid\u003e&quot;,&quot;is_currency&quot;:&quot;\u003cboolean\u003e&quot;}],&quot;next_page&quot;:&quot;\u003cstring\u003e&quot;}