Plan Associations
List pricing schedules of an account
Returns a list of pricing schedules of an account with pagination and sort.
GET
/
accounts
/
{account_id}
/
pricing_schedules
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredaccount_id corresponding to an account
Maximum length:
50
Query Parameters
nextToken
string
pageSize
number
start_date
string
end_date
string
include_price_plan_info
boolean
compact
boolean
Response
200 - application/json
data
object[]
nextToken
string
previousToken
string