---
title: "List all proposals of an account"
method: GET
path: "/accounts/{account_id}/purchase_proposals"
tags: ["Accounts"]
---

# List all proposals of an account

`GET /accounts/{account_id}/purchase_proposals`

List all proposals of an account

## Path parameters

- `account_id` string, required

## Response `200`

Response for list proposals of an account request

- ProposalsPaginatedResponse
  - `data` ProposalsListResponse[]
    - `id` string, required
    - `pricePlanId` string
    - `pricePlanName` string
    - `pricePlanVersion` integer
    - `status` 'SUCCESS' | 'FAILURE' | 'PENDING' | 'IN_PROGRESS' | 'PROPOSAL_ACTIVE' | 'PROPOSAL_APPROVED' | 'PROPOSAL_DECLINED' | 'PROPOSAL_EXPIRED', required — Status of the purchase
    - `walletTopupDetails` WalletTopupDetails — Information related to wallet topup purchase
      - `purchaseAmount` number — Specifies the amount to be paid to top up wallet with the specified top up amount. If left null, purchase amount will be same as top up amount
      - `topupAmount` number, required — Specifies the value to be topped up in the wallet
    - `idempotencyKey` string
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `expiryDate` string, date-time
    - `paymentMode` 'PREPAID' | 'POSTPAID', required
    - `type` 'ENTITLEMENT_GRANT' | 'ASSOCIATION' | 'WALLET_TOPUP' | 'PREPAID', required — Specifies whether this purchase is for granting entitlements or for an association or for wallet topup or prepaid purchase. If left null, ENTITLEMENT_GRANT is taken as default
  - `nextToken` string
  - `context` PaginationOptions
    - `pageSize` integer
    - `sortOrder` 'ASC' | 'DESC'

## Other responses

- `400` — Error response
- `401` — Error response
- `403` — Error response
- `404` — Error response
- `429` — Error response
- `default` — Error response

---

[API](https://skmtc.net/togaihq/apis/togai-apis.md) · [All operations](https://skmtc.net/togaihq/apis/togai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/togaihq/togai-apis/revisions/442f5d8f4aa0/schema)
