v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
GDN url management

Get domains for project

Get domains for project.

get/gdn-url-management-api/v2/projects/{projectId}/domains

Path parameters

projectIdstring required

A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.

Response

OK

Example response

{
  "response": {
    "data": {
      "items": [
        {
          "name": "my.domain.com"
        }
      ]
    }
  }
}