Get Integration
Integration
Get integration
Retrieve the current configuration of your external support panel integration
GET
Get Integration
Documentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.
Description
Retrieves the current configuration of the integration associated with a Jelou project. Useful for verifying the integration status, confirming the active webhook URL, or auditing changes made without needing to modify the configuration.Endpoint
Path parameters
Unique identifier of the Jelou project whose integration you want to retrieve.
Authentication
All requests must include thex-api-key header with your Jelou project API key.
Request example
The following example retrieves the integration configured for projectPROJECT_ID:
cURL
Responses
| Code | Status | Description |
|---|---|---|
| 200 | OK | Integration found. Returns the current configuration. |
| 401 | Unauthorized | Invalid or missing authentication credentials. |
| 404 | Not Found | No integration exists for the specified projectId. |
| 500 | Internal Server Error | Internal server error. |
Response example
Response structure
| Property | Type | Description |
|---|---|---|
| brainId | string | Unique identifier of the Jelou project. |
| webhookUrl | string | URL of the endpoint that receives Jelou events. |
| createdAt | date | Date and time the integration was created. |
| updatedAt | date | Date and time of the last update. |
Authorizations
Basic authentication using Base64 encoded clientId:clientSecret
Path Parameters
Unique identifier of the Jelou project