v1
latestOpenAPI 3.1.02026-07-26327152.4 KBExternal Support Panel
Get Integration
Query the current configuration of an external support panel integration associated with a specific project.
get/v1/external-support/{projectId}
Path parameters
projectIdstring required
Unique identifier of the Jelou project
Response
Integration retrieved successfully
Example response
{
"id": "INTEGRATION_ID",
"brainId": "BRAIN_ID",
"webhookUrl": "https://my-system.com/webhook/jelou",
"authType": "bearer"
}