Snapvisor Docs
API ReferenceDeployments

Resolve a deployment domain

Resolve a deployment domain or URL to the deployment it currently serves. This endpoint is public and does not require authentication.

GET
/deployments/resolve/{domain}

Resolve a deployment domain or URL to the deployment it currently serves. This endpoint is public and does not require authentication.

Path Parameters

domain*string

A deployment domain or URL

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/deployments/resolve/string"
{  "deploymentId": "string",  "projectId": "string",  "environment": "preview",  "visibility": "private"}