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

OK

ID
integer

UID of an organisation

Example:

1

Name
string

Name of an organisation

Example:

"Default Organisation"