- Retrieve a custom domain
Retrieve custom domains
Create a custom domain
Delete a custom domain
Retrieve a custom domain
Retrieve a custom domain with a specified ID.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/custom-domains/{domain}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/custom-domains/{domain}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/custom-domains/{domain}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/custom-domains/{domain}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Custom domain retrieved.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
{ "id": "string", "domain": "string", "isVerified": true, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ { … } ] }