v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
organizations

List organizations

Listing organizations

get/api/v1/orgs

Response

Organizations listed successfully

idinteger
createdAtstring
updatedAtstring
namestring
normalizedNamestring

Example response

[
  {
    "createdAt": "2018-03-09T13:24:49+01:00",
    "name": "me@example.com",
    "id": 1,
    "normalizedName": "me-example-com",
    "updatedAt": "2018-03-09T13:24:49+01:00"
  }
]