---
title: "View My Opportunities"
method: POST
path: "/api/v1/opportunities"
tags: ["CRM Integration"]
---

# View My Opportunities

`POST /api/v1/opportunities`

Retrieves a URL that redirects the user to their main "My Opportunities" dashboard in DealHub.

## Request body

- ViewOpportunitiesRequest
  - `dealhub_user_id` string, required — ID of user in the DealHub system (as returned from Authentication request).

## Response `200`

Success. The response contains the URL for redirection.

- RedirectResponse
  - `url` string, uri — The URL to which the user's browser should be redirected.
  - `errors` object[]

## Other responses

- `403` — Unauthenticated.

---

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