Request example
CURLcurl -X GET "https://api.buddy.works/workspaces/:workspace/sso" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE{ "url": "https://api.buddy.works/workspaces/my-company/sso", "html_url": "https://app.buddy.works/my-company/-/workspace/sso", "type": "SAML", "sso_provider_type": "CUSTOM", "sso_url": "https://sso.example.com/saml", "issuer": "https://sso.example.com", "certificate": "-----BEGIN CERTIFICATE-----\nMIIC...certificate content...\n-----END CERTIFICATE-----", "signature_method": "sha256", "digest_method": "sha256", "require_sso_for_all_members": true }
STATUS200 OK