Get organizations by IDs
documentedReturn info for specified organizations.
GET /api/get_organizations_with_idsOrganizationsno implementation yet0 runsNo 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"