Skip to main content
GET
List pricing schedules of an account

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

account_id corresponding to an account

Maximum string length: 50
Example:

"ACC00001"

Query Parameters

mode
string
required

Possible values:

  1. ACTIVE - Get the active rate card
  2. DRAFT - Get the draft rate card
nextToken
string
Example:

"eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEwMCwgInNvcnRPcmRlciI6ICJhc2MifQ=="

pageSize
number
Example:

10

Response

Paginated response for pricing schedules

data
object[]
required
nextToken
string
previousToken
string