cURL
curl --request GET \ --url http://localhost:3001/portal-api/organisations \ --header 'Authorization: <api-key>'
[ { "ID": 1, "Name": "Default Organisation" } ]
List all developer organisations
Was this page helpful?