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