Organizations
Access organization details and settings
List organizations
GET
/organizationsList organizations
curl -X GET https://logtalk.io/api/v1/organizations \-H "Authorization: Bearer lt_live_your_api_key_here" \-H "Content-Type: application/json"
Get organization details
GET
/organizations/{id}Get organization details
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Required | Organization UUID |
curl -X GET https://logtalk.io/api/v1/organizations/{id} \-H "Authorization: Bearer lt_live_your_api_key_here" \-H "Content-Type: application/json"