organizations
Get organization
Getting organization
get/api/v1/orgs/{orgId}
Path parameters
orgIdinteger required
Organization identifier
Response
Organization getting successfully
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"
}