Organization
Retrieve information about your organization.
The organization is the top-level tenant in Spedy. All boards, users, and data belong to an organization.
Get Current Organization
GET /api/v1/organizations/currentReturns the organization of the currently authenticated user.
Example Response
{
"id": "org_abc123",
"name": "Acme Corp",
"slug": "acme-corp",
"logo": "https://cdn.spedy.ai/logos/acme.png",
"createdAt": "2025-01-01T00:00:00Z"
}