v1
latestOpenAPI 3.0.02026-08-0679302767.4 KBv2/provider
Retrieve signed URL for provider PSV PDF
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.
get/v2/provider/{providerId}/psv/signed-url
Path parameters
providerIdstring required
The unique identifier of the provider whose PSV PDF signed URL is to be retrieved.
Headers
organization-idstring
Response
Signed URL for the provider PSV PDF.
{"stackTrail":"paths:/v2/provider/{providerId}/psv/signed-url:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"signedUrl":"https://storage.googleapis.com/bucket/psv.pdf?X-Goog-Signature=..."}}
Example response
{
"signedUrl": "https://storage.googleapis.com/bucket/psv.pdf?X-Goog-Signature=..."
}