ApiOrganizer Domains
Get domain
Returns domain details including DNS verification instructions.
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Path Parameters
siteId*string
Format
uuiddomainId*string
Format
uuidResponse Body
application/json
application/problem+json
curl -X GET "https://loading/api/organizer/v1/sites/497f6eca-6276-4993-bfeb-53cbbbba6f08/domains/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
"hostname": "string",
"type": "string",
"verificationStatus": "string",
"verificationMethod": "string",
"verificationToken": null,
"verifiedAt": "2019-08-24T14:15:22Z",
"sslStatus": "string",
"sslExpiresAt": "2019-08-24T14:15:22Z",
"redirectTarget": null,
"isPrimary": true,
"isActive": true,
"createdAt": "2019-08-24T14:15:22Z",
"dnsInstructions": null
}{
"code": "string",
"message": "string"
}