Skip to main content
POST
Get rates

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

Max number of results that should be returned

Required range: 1 <= x <= 100
next_page
string

Cursor that indicates where the next page of results should start.

Body

application/json

Rate schedule filter options.

rate_card_id
string<uuid>
required

ID of the rate card to get the schedule for

at
string<date-time>
required

inclusive starting point for the rates schedule

selectors
object[]

List of rate selectors, rates matching ANY of the selector will be included in the response Passing no selectors will result in all rates being returned.

Response

200 - application/json

Success

data
object[]
required
next_page
string | null