RyTask docs
REST APIOrgs

Current organization + settings (FR-TEN-004)

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/orgs/current

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/orgs/current"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "slug": "string",  "settings": {    "timezone": "America/New_York",    "locale": "en-US",    "weekStart": "SUNDAY",    "workingDays": [      0    ],    "workingHours": {      "start": "string",      "end": "string"    },    "logoUrl": "string",    "allowPublicSignup": false  }}