GET
/
prices

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-05-09

Query Parameters

limit
integer

Maximum number of objects to return per-page.

after
string

Pagination offset. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.after or pagination.before to retrieve each page.

before
string

Pagination offset. To page through items, omit this parameter to retrieve the first page, and then successively use the value you get from pagination.next or pagination.previous to retrieve each page.

currency
string

Filter by currency.

name
string

Filter by name.

billingFrequency
string

Filter by billing frequency.

productId
string

Filter by product ID.

Response

200 - application/json
items
object[]
required

Prices

pagination
object
required

Results pagination