Purchases
Get all purchases for an account
Get Purchase information for an account using account_id and price_plan_id
GET
/
accounts
/
{account_id}
/
purchases
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
Response
200 - application/json
data
object[]
nextToken
string
context
object