---
title: "Get provider outreach portal details"
method: GET
path: "/outreach/portal/workflow-details"
tags: ["Provider Outreach Portal Resource"]
---

# Get provider outreach portal details

`GET /outreach/portal/workflow-details`

Returns outreach reasons and resolution steps for a signed, time-limited outreach token.

## Query parameters

- `token` string

## Headers

- `tenant-id` string, required

## Response `200`

Portal details returned

- ProviderOutreachPortalDetailsResponse — Provider portal outreach details for a signed outreach token
  - `workflowId` string
  - `outreachId` string
  - `providerName` string
  - `npi` string
  - `reasons` Reason[]
    - `id` string
    - `label` string
    - `resolutionSteps` string
    - `isCaqhResolvable` boolean
  - `tenants` Tenant[]
    - `name` string
    - `logoUrl` string

## Other responses

- `410` — Token is invalid, expired, or no longer actionable
- `429` — Rate limit exceeded for this client or outreach token

---

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