v1

latestOpenAPI 3.1.02026-07-24111224223.3 KB
Organizations

Retrieves an organization

Returns the organization profile for the API credentials in use (the “current” org). Use this to confirm organization id, display name, and other org-level settings in integrations.

get/organizations/self

Response

OK

idstring uuid required
currencystring required

Currency code following ISO-4217

timezonestring required
trade_namestring required

Example response

{
  "currency": "USD",
  "timezone": "America/New_York",
  "trade_name": "Rillet Inc."
}