Get the active config
Returns the environment's currently active configuration version: its
versionId, the full extract, and when it was activated.
Responses
- application/json
- application/json
- application/json
- application/json
Request Example for get/v1/configs/active
curl https://api.useportal.co/v1/configs/active \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"versionId": "cfg_3f1a9b2c8d4e6f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a",
"activatedAt": "2026-07-19T02:00:00.000Z",
"extract": {
"version": "1",
"project": {
"webhooks": null
},
"channels": {
"chat-general": {
"mode": "standard",
"anonymous": true,
"hooks": {
"authz": true,
"onPublish": 1,
"notify": false
},
"extensions": {}
}
}
}
}