---
title: "Get offer accounts"
method: GET
path: "/v1/capitals/lenders/offers/{offer_id}/accounts"
tags: ["offers"]
---

# Get offer accounts

`GET /v1/capitals/lenders/offers/{offer_id}/accounts`

Retrieve the list of accounts associated with an offer

## Path parameters

- `offer_id` string, required

## Query parameters

- `account_id` string
- `after` string
- `limit` integer

## Response `200`

OK

- object — Standard response containing data and its metadata if any
  - `data` GithubComPaymongoCapitalGoApiInternalOfferUsecaseGetOfferAccountResponseDTO
    - `accounts` GithubComPaymongoCapitalGoApiInternalOfferUsecaseGetOfferAccountResponseAccountDTO[]
      - `account_id` string
      - `created_at` string
      - `expires_at` string
      - `id` string
      - `offer_id` string
      - `status` string
      - `updated_at` string
  - `message` string
  - `meta` GithubComPaymongoCapitalGoApiPkgDtoMetaDTO
    - `next` string
    - `prev` string
    - `total` integer

## Other responses

- `404` — Not Found

---

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