API → OrgsCreate a SAML identity provider
Parameters
Name
Type
Req.
bodyapplication/json
objectoptionalObject Properties
idp_metadata_source
oneOfoptionalsigning_keypair
objectoptionalObject Properties
Returns
- 201 Created
successful creation
Name
Type
Req.
body
objectoptionalObject Properties
post
/org/saml/idp$ curl -X POST "https://api.zoo.dev/org/saml/idp" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"idp_entity_id": "L1hWbuayXybMATI",
"idp_metadata_source": {
"type": "url",
"url": "https://aKVE.RU3pwD.com/yKPg/p7"
},
"signing_keypair": {
"private_key": "BASE64_ENCODED_BYTE_STRING",
"public_cert": "BASE64_ENCODED_BYTE_STRING"
},
"technical_contact_email": "s@Pou2.com"
}'
201 Created
Response{
"acs_url": "https://3Nqyo1eRnDCY.tMc5LQrCR.com/t/NKZhvB",
"created_at": "2025-08-14T21:14:33.969Z",
"id": "47740178-adf1-44bc-bc3e-32910dac2fcd",
"idp_entity_id": "r4BQCC",
"idp_metadata_document_string": "C7phnSA",
"org_id": "25edae86-3e48-4fa1-a1c9-d498c03685ac",
"private_key": "BASE64_ENCODED_BYTE_STRING",
"public_cert": "BASE64_ENCODED_BYTE_STRING",
"slo_url": "https://pC8LPO2l.SA9jCSe.com/Bqh74pRTtRE/BGqPVvew205d",
"technical_contact_email": "0rGnAxc@58qgsxVw.com",
"updated_at": "2025-08-14T21:14:33.969Z"
}