Organization

Manage and read your organization

Get Organization

get

Get the current organization. Requires the 'organization:read' scope.

Authorizations
X-API-KeystringRequired

API key for authentication

Responses
200

Response for status 200

application/json
get
/v1/organization
GET /v1/organization HTTP/1.1
Host: api.tryopine.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
  "id": 1,
  "createdAt": "2025-12-05T14:12:10.547Z",
  "updatedAt": "2025-12-05T14:12:10.547Z",
  "name": "text",
  "brandingColorHex": "text",
  "description": "text"
}

Last updated