---
title: "Retrieve signed URL for provider PSV PDF"
method: GET
path: "/v2/provider/{providerId}/psv/signed-url"
tags: ["v2/provider"]
---

# Retrieve signed URL for provider PSV PDF

`GET /v2/provider/{providerId}/psv/signed-url`

Returns a signed URL for downloading the PSV (Primary Source Verification) PDF for the specified provider. The signed URL is time-limited and allows secure access to the PSV document.

## Path parameters

- `providerId` string, required

## Headers

- `organization-id` string

## Response `200`

Signed URL for the provider PSV PDF.

- unknown

## Other responses

- `400` — Invalid input parameters.
- `401` — Authorization token is missing or invalid.
- `403` — User does not have permission to access this resource.
- `404` — Provider or PSV PDF not found.

---

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