Truztcube Docs
API ReferenceOrganisation Management

Get organisation custom configuration (Admin only)

Get custom configuration for an organisation. Admin access required.

GET/v1/organisation-management/{id}/custom-config
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Organisation ID

Response Body

application/json

curl -X GET "https://example.com/v1/organisation-management/string/custom-config"
{  "success": true,  "statusCode": 200,  "message": "Request processed successfully",  "timestamp": "2025-10-20T16:30:00.000Z",  "path": "/v1/auth/register",  "data": {    "id": "org_cjld2cjxh0000qzrmn831i7rn",    "customAccessLevel": {      "hasCustomAccessLevel": true,      "customAccessLevelName": "Premium Plan",      "customAccessLevelCost": "50.00",      "customAccessLevelFeatures": null    }  }}