cURL
curl --request GET \ --url https://app.kosli.com/api/v2/organizations/{org} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "kind": "<string>", "experimental_features_enabled": true, "created_at": 123, "last_modified_at": 123 }
Get a specific org.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?