Sign in

Get organizations by IDs

documented

Return info for specified organizations.

GET /api/get_organizations_with_idsOrganizationsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{base_domain}}/api/get_organizations_with_ids?organization_ids[]={{$organization_id1}}&organization_ids[]={{$organization_id2}}&api_key={{CYPHERLEARNING_API_KEY}}&api_version=1" \
  -X GET \
  -H "Accept: application/json"