Regenerate Signing Secret
Integration
Regenerate signing secret
Generate a new signingSecret for your integration
POST
Regenerate Signing Secret
Description
Generates a newsigningSecret for the specified project’s integration. The previous secret is invalidated immediately at the time of regeneration.
Endpoint
Path parameters
Unique identifier of the Jelou project whose signing secret you want to regenerate.
Authentication
All requests must include thex-api-key header with your Jelou project API key.
Request example
The following example regenerates the signing secret for projectPROJECT_ID. No request body is sent:
cURL
Responses
| Code | Status | Description |
|---|---|---|
| 200 | OK | Signing secret regenerated successfully. Includes the new signingSecret. |
| 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
Security considerations
- Store the new
signingSecretsecurely (environment variables, vault, etc.). - The secret is only shown in the creation and regeneration responses; it cannot be retrieved afterwards.