YourNextHome
API ReferenceOrganization

Get organization by id

GET
/api/v1/organization/{id}

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/api/v1/organization/string"
{
  "id": "string",
  "name": "string",
  "featureFlags": [
    "estates"
  ]
}