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