v1

latestOpenAPI 3.1.02026-07-26327152.4 KB
External 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

idstring
brainIdstring
webhookUrlstring
authTypestring
createdAtstring date-time
updatedAtstring date-time

Example response

{
  "id": "INTEGRATION_ID",
  "brainId": "BRAIN_ID",
  "webhookUrl": "https://my-system.com/webhook/jelou",
  "authType": "bearer"
}