curl -X GET https://api.voxmind.ai/organisations/42/settings \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Accept: application/json"
{ "id": 1, "org_id": 42, "settings": { "alert_on_failure": true }, "created_at": "2025-01-15T09:00:00Z", "updated_at": "2025-02-01T14:22:00Z" }
Retrieve your organisation’s configuration settings.
orgId