Skip to main content
GET
Read all autoconversion rules

Authorizations

Authorization
string
header
required

Bearer authentication header on the format Bearer <API_KEY>.

Query Parameters

customerId
string<uuid>

Filter rules by customer.

size
integer
default:25

Number of rules to return per page.

Required range: 1 <= x <= 50
cursor
string<uuid>

Cursor for pagination. Use the nextCursor from the previous response to get the next page.

Response

200 - application/json

Resources successfully retrieved.

data
object[]

An array containing all autoconversion rules.

pagination
object

Pagination metadata for the response.