Skip to main content
GET
/
organisations
List all developer organisations
curl --request GET \
  --url http://localhost:3001/portal-api/organisations \
  --header 'Authorization: <api-key>'
[
  {
    "ID": 1,
    "Name": "Default Organisation"
  }
]

Authorizations

Authorization
string
header
required

Response

200 - application/json
ID
integer
Example:
Name
string
Example: