The following endpoints allow you to manage the domain claiming.
Verify the domain for given organization using DNS TXT record method.
The ID of the organization.
11
The ID of the organization domain.
5
curl -L \ --request POST \ --url 'https://eu1.make.com/api/v2/organizations/{organizationId}/domains/{organizationDomainId}/verify' \ --header 'Authorization: YOUR_API_KEY'
{ "organizationDomain": { "id": "5,", "organizationId": "11,", "domain": "make.com,", "verificationMethod": "DNS,", "verificationCode": "b2b9ed0b-84f2-438d-b92f-57fe81d0229e,", "status": "verified,", "statusDescription": "null,", "created": "2023-11-05T09:22:31.249Z,", "verified": "2023-11-10T09:20:22.219Z" } }