cURL
curl --request GET \ --url https://api.sovfixer.com/api/v1/pli/policy/{sovid}/get_public_shareable_url \ --header 'Authorization: <api-key>'
{ "url": "<string>" }
Returns a publicly shareable URL for the map associated with the provided sovid. User must have permission to view the sovid.
sovid
Token-based authentication with required prefix "Token"
The sovid for which to generate the URL.
A publicly shareable Ping.Maps URL.