---
title: "List requirement statuses for all options of an offer"
method: GET
path: "/v1/offers/{offer_id}/requirements/statuses"
tags: ["Requirements"]
---

# List requirement statuses for all options of an offer

`GET /v1/offers/{offer_id}/requirements/statuses`

## Path parameters

- `offer_id` string, required

## Response `200`

Successful response.

- RequirementStatuses
  - `object` 'requirement_statuses', required — String representing the object's type. Objects of the same type share the same value.
  - `offer_id` string, required — The offer ID
  - `statuses` object, required — Map of requirement ID to status

## Other responses

- `default` — Error response.

---

[API](https://skmtc.dev/coinlist/apis/frontline-api.md) · [All operations](https://skmtc.dev/coinlist/apis/frontline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinlist/frontline-api/revisions/fa411ea1bdfb/schema)
