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.
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"}Finalize a deployment POST
Mark a deployment as ready once all of its files have been uploaded. Argos assigns the deployment's aliases and starts serving it.
List an account's projects GET
List the projects of an account that are visible to the authenticated user, most recently active first. Results are paginated. The token must be scoped to the account.