/me
Returns the Klaarin user this key is authorized for, including workspace and plan. Use it to verify a key before anything else.
Query parameters
- fieldsstringoptionalComma-separated field names to trim the response to
Read projects owned by or shared with the authorized user, and resolve member names for assignment.
Returns the Klaarin user this key is authorized for, including workspace and plan. Use it to verify a key before anything else.
Query parameters
Lists projects visible to the key’s user.
Query parameters
Gets details of one project, including its member count.
Query parameters
Lists a project’s members and owner — use this to resolve assignee names to IDs. Not paginated.
curl https://klaarin.com/api/v1/projects \
-H "Authorization: Bearer kl_live_9f2ac…"{
"data": [
{
"id": 42,
"name": "Klaarin - Development",
"status": "active",
"taskCount": 18,
"createdAt": "2026-05-20T08:00:00.000Z"
}
],
"meta": { "total": 12, "limit": 25, "offset": 0, "hasMore": false }
}