v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
organizations

Get organization

Getting organization

get/api/v1/orgs/{orgId}

Path parameters

orgIdinteger required

Organization identifier

Response

Organization getting 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"
}