Organization
Manage and read your organization
Get the current organization. Requires the 'organization:read' scope.
Authorizations
Responses
200
Response for status 200
application/json
500
An unknown error occurred, trying again might help.
application/json
get
GET /v1/organization HTTP/1.1
Host: api.tryopine.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
"id": 1,
"createdAt": "2025-07-16T07:55:33.734Z",
"updatedAt": "2025-07-16T07:55:33.734Z",
"name": "text",
"brandingColorHex": "text",
"description": "text"
}
Last updated