PPylon Developers
ApiOrganizer Domains

Verify domain

Triggers DNS verification for a domain.

POST
/api/organizer/v1/sites/{siteId}/domains/{domainId}/verify
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

siteId*string
Formatuuid
domainId*string
Formatuuid

Response Body

application/json

application/problem+json

curl -X POST "https://loading/api/organizer/v1/sites/497f6eca-6276-4993-bfeb-53cbbbba6f08/domains/497f6eca-6276-4993-bfeb-53cbbbba6f08/verify"
{
  "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"
}