Skip to main content
GET
Get Integration

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

string
required
Unique identifier of the Jelou project whose integration you want to retrieve.

Authentication

All requests must include the x-api-key header with your Jelou project API key.

Request example

The following example retrieves the integration configured for project PROJECT_ID:
cURL

Responses

Response example

Response structure

Authorizations

x-api-key
string
header
required

API key del proyecto de Jelou

Path Parameters

projectId
string
required

Unique identifier of the Jelou project

Response

Integration retrieved successfully

id
string
Example:

"INTEGRATION_ID"

brainId
string
Example:

"BRAIN_ID"

webhookUrl
string
Example:

"https://my-system.com/webhook/jelou"

authType
string
Example:

"bearer"

createdAt
string<date-time>
updatedAt
string<date-time>