Skip to main content
GET
/
api
/
v1
/
pli
/
policy
/
{sovid}
/
get_public_shareable_url
Get Public Shareable URL
curl --request GET \
  --url https://api.sovfixer.com/api/v1/pli/policy/{sovid}/get_public_shareable_url \
  --header 'Authorization: <api-key>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

sovid
string
required

The sovid for which to generate the URL.

Response

url
string
required

A publicly shareable Ping.Maps URL.