Skip to main content
GET
/
user
/
default-org
Get default organization
curl --request GET \
  --url https://app.kosli.com/api/v2/user/default-org \
  --header 'Authorization: Bearer <token>'
{
  "default_org_name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

default_org_name
string
required
Last modified on June 29, 2026