Python
import requests url = "https://platform.ankra.app/api/v1/organisations" response = requests.get(url) print(response.json())
[ { "organisation_id": "<string>", "name": "<string>", "user_current": false, "status": "<string>", "role": "member" } ]
Successful Response
The response is of type OrganisationSummary · object[].
OrganisationSummary · object[]