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"
        }
      ]
    }
  }
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.