GET
/
accounts
/
{account_id}
/
purchase_proposals
curl --request GET \
  --url https://api.togai.com/accounts/{account_id}/purchase_proposals \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "purchase.1zYnCiM9Bpg.lv25y",
      "pricePlanId": "pp.20dINmd0lBg.05sKa",
      "pricePlanName": "Advanced Tier",
      "type": "ASSOCIATION",
      "status": "PROPOSAL_ACTIVE",
      "paymentMode": "PREPAID",
      "pricePlanVersion": 2,
      "createdAt": "2020-01-01T00:00:00Z",
      "updatedAt": "2020-01-01T00:00:00Z"
    }
  ]
}

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 length: 50
Example:

"ACC00001"

Response

200
application/json
Response for list proposals of an account request
data
object[]

Represents a Proposal for List Response

nextToken
string
context
object