When enabled, an organization manager can create private domains for that organization. When disabled, only admin users can create private domains.
GET /v2/config/feature_flags/private_domain_creation
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4MyIsImVtYWlsIjoiZW1haWwtMTE2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDI2MDE1MzR9.3lQDftY16yaNsZp9H8c4lwy6jeVLeqhzWig1NZTSx9A Host: example.org Cookie:
curl "https://api.[your-domain.com]/v2/config/feature_flags/private_domain_creation" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE4MyIsImVtYWlsIjoiZW1haWwtMTE2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDI2MDE1MzR9.3lQDftY16yaNsZp9H8c4lwy6jeVLeqhzWig1NZTSx9A" \ -H "Host: example.org" \ -H "Cookie: "
200 OK
{ "name": "private_domain_creation", "enabled": true, "error_message": null, "url": "/v2/config/feature_flags/private_domain_creation" }
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 72b42e40-ef67-4643-a383-2920fccbc6cf Content-Length: 144 X-Content-Type-Options: nosniff