API → OrgsGet the SAML identity provider

Parameters

No parameters

Returns

get
/org/saml/idp
$ curl "https://api.zoo.dev/org/saml/idp" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "acs_url": "https://.mar.com/EFZ1zG9h7/06oJ2LTh3RlD",
  "created_at": "2024-07-27T01:15:54.227Z",
  "id": "c0e2e72f-7b90-469f-8d8b-3d1e046ae35d",
  "idp_entity_id": "NwY",
  "idp_metadata_document_string": "Uh8DVC3eA0qojLNR",
  "org_id": "ace08bf8-e288-4f99-be38-7f057ad19edc",
  "private_key": "BASE64_ENCODED_BYTE_STRING",
  "public_cert": "BASE64_ENCODED_BYTE_STRING",
  "slo_url": "https://fjWS2vbxGJ.TFLSI.com/aI6gR2uB7fBH/ZzXIKStxeaa",
  "technical_contact_email": "x@VAp.com",
  "updated_at": "2024-07-27T01:15:54.227Z"
}