Skip to main content
POST
Regenerate Signing Secret
When regenerating the signing secret, the previous secret is immediately invalidated.

Description

Generates a new signingSecret for the specified project’s integration. The previous secret is invalidated immediately at the time of regeneration.

Endpoint

Path parameters

string
required
Unique identifier of the Jelou project whose signing secret you want to regenerate.

Authentication

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

Request example

The following example regenerates the signing secret for project PROJECT_ID. No request body is sent:
cURL

Responses

Response example

Security considerations

  • Store the new signingSecret securely (environment variables, vault, etc.).
  • The secret is only shown in the creation and regeneration responses; it cannot be retrieved afterwards.

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

Signing secret regenerated successfully

signingSecret
string
Example:

"e5f6g7h8...new_signing_secret_hex"

regeneratedAt
string<date-time>