When enabled, an organization manager can create private domains for that organization. When disabled, only admin users can create private domains.
Name | Description | Default | Valid Values | Example Values |
---|
Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTExNSIsImVtYWlsIjoiZW1haWwtODVAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQxNTc1NDEzNX0.Pc0JS3IfHvlPtnpyZhmjIXKlrWZU_M9aBSxFjAJwwDU Host: example.org Cookie:
GET /v2/config/feature_flags/private_domain_creation
curl "https://api.[your-domain.com]/v2/config/feature_flags/private_domain_creation" -X GET \ -H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTExNSIsImVtYWlsIjoiZW1haWwtODVAc29tZWRvbWFpbi5jb20iLCJzY29wZSI6WyJjbG91ZF9jb250cm9sbGVyLmFkbWluIl0sImF1ZCI6WyJjbG91ZF9jb250cm9sbGVyIl0sImV4cCI6MTQxNTc1NDEzNX0.Pc0JS3IfHvlPtnpyZhmjIXKlrWZU_M9aBSxFjAJwwDU" \ -H "Host: example.org" \ -H "Cookie: "
Content-Type: application/json;charset=utf-8 X-VCAP-Request-ID: 3daf70ad-48d0-4b75-a6d1-6b229a28470e Content-Length: 144 X-Content-Type-Options: nosniff
200 OK
{ "name": "private_domain_creation", "enabled": true, "error_message": null, "url": "/v2/config/feature_flags/private_domain_creation" }