Organizations

Access organization details and settings

List organizations

GET/organizations

List 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

ParameterTypeRequiredDescription
idstringRequiredOrganization 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"