---
title: "GET /v1/opportunity"
method: GET
path: "/v1/opportunity"
tags: ["RFP"]
---

# GET /v1/opportunity

`GET /v1/opportunity`

## Query parameters

- `opportunity_id` string

## Response `200`

OK

- OpportunityProfile
  - `id` string, nullable
  - `title` string, nullable
  - `description` string, nullable
  - `amount` string, nullable
  - `currency` string, nullable
  - `deadline` string, nullable
  - `deadline_text` string, nullable
  - `email` string, nullable
  - `url` string, nullable
  - `taxonomy_codes` string[], nullable
  - `taxonomy_hierarchy` string[], nullable
  - `opportunity_date_added` string, nullable
  - `type` string[], nullable
  - `applicant_type` string[], nullable
  - `funder_admin1` string, nullable
  - `funder_city` string, nullable
  - `funder_country_code` string, nullable
  - `funder_country_name` string, nullable
  - `funder_name` string, nullable
  - `funder_id` string, nullable
  - `funder_location` integer[], nullable
  - `funder_seal` SealModel
    - `seal` string, nullable
    - `year` string, nullable
    - `image` string, nullable
    - `description` string, nullable
  - `geo` integer[], nullable
  - `geo_names` string[], nullable
  - `geo_location_name` string[], nullable
  - `limitations_text` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/candid/apis/rfpapi.md) · [All operations](https://skmtc.dev/candid/apis/rfpapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/candid/rfpapi/revisions/bb9133e46de6/schema)
