API Reference
Organization
Read the organization your API key belongs to.
API Reference
Read the organization your API key belongs to.
/v1/organizationReturns the organization this API key belongs to. With a test-mode key this is the sandbox organization the request resolved to (`sandbox: true`).
organization:readRequest
Response · 200
{
"id": "3f8e4c1a-8b2d-4e6f-9a3b-5c7d9e1f2a4b",
"name": "Acme Staffing Group",
"slug": "acme-staffing-group",
"logo_url": null,
"website": "https://example.com",
"status": "active",
"sandbox": false,
"created_at": "2026-01-15T09:30:00+00:00"
}curl -X GET "https://keepworkersfirst.org/api/v1/organization" \
-H "Authorization: Bearer $API_KEY"