Skip to main content
GET
/
api
/
v2
/
policies
/
{policyId}
/
url
Get presigned policy URL
curl --request GET \
  --url https://api.example.com/api/v2/policies/{policyId}/url
{
  "url": "<string>",
  "mimeType": "<string>"
}

Path Parameters

policyId
string
required

Unique identifier for the policy

Response

Successfully retrieved presigned URL

Successfully retrieved presigned URL

url
string
required

Presigned URL to access the policy document

mimeType
string
required

MIME type of the policy document