🔒 List suppliers V3

This endpoint is currently in Beta and available for testing. It may contain bugs, and breaking changes can occur at any time without prior notice. We do not recommend using Beta endpoints in production environments. Should you choose to use it in production, you assume full responsibility for any resulting issues.

This endpoint requires the following scopes: supplier:read.

Paginated list of suppliers.

Query Params
filter
array of objects

The filter parameter is used to filter the results of the given endpoint.

Supported filter operators by key:

id: equals, notEquals, in, notIn

name: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

number: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

email: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

street: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

zipCode: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

city: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

state: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

country: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

accountManager.id: equals, notEquals, in, notIn

groups: equals, notEquals, in, notIn

createdAt: equals, notEquals, lessThan, lessThanOrEquals, greaterThan, greaterThanOrEquals

updatedAt: equals, notEquals, lessThan, lessThanOrEquals, greaterThan, greaterThanOrEquals

filter
sort
array

Sort via id, -id, name, -name, number, -number, city, -city, zipCode, -zipCode, country, -country, street, -street, state, -state, createdAt, -createdAt, updatedAt and -updatedAt. Default sort is -created_at

sort
include
array of strings
include
integer

Number of items per page. Default: 15, Max: 100

integer

Page number.

Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json