curl -X GET https://cp.gosentrix.io/api/v1/sso \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Configure Single Sign-On (SSO) for your tenant
curl -X POST https://cp.gosentrix.io/api/v1/sso \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "provider_type": "saml", "name": "Corporate SSO", "metadata_url": "https://idp.example.com/metadata" }'
curl -X PATCH https://cp.gosentrix.io/api/v1/sso/{provider_id} \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "enabled": true }'