Skip to main content
GET
/
application
/
{applicationId}
/
link
List all URLs of the application
curl --request GET \
  --url https://api.qovery.com/application/{applicationId}/link \
  --header 'Authorization: <api-key>'
{
  "results": [
    {
      "service_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "service_type": "APPLICATION",
      "url": "<string>",
      "internal_port": 123,
      "external_port": 123,
      "is_qovery_domain": true,
      "is_default": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Token API are generated by Qovery to manage machine to machine interaction and do not have a TTL. Prefix your token with "Token ". Curl Example: curl https://console.qovery.com/organization -H "Authorization: Token $qovery_token"

Path Parameters

applicationId
string<uuid>
required

Application ID

Response

List links

results
object[]