Regenerate API secret
Regenerates the integrator’s API secret. The new secret is returned in the response - this is the only time it will be exposed.
Grace Period: Optionally specify oldSecretValidForSeconds (0-3600) to keep the old secret valid during rotation. This prevents service disruption while updating your systems.
Warning: Without a grace period, the old secret is invalidated immediately. Any requests signed with the old secret will fail.
Store the new secret securely - it cannot be retrieved again.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
Grace period in seconds during which the old secret remains valid. Allows for safe rotation without service disruption. Default: 0 (immediate invalidation), Maximum: 3600 (1 hour).
object
Grace period in seconds during which the old secret remains valid. Allows for safe rotation without service disruption. Default: 0 (immediate invalidation), Maximum: 3600 (1 hour).
object
Grace period in seconds during which the old secret remains valid. Allows for safe rotation without service disruption. Default: 0 (immediate invalidation), Maximum: 3600 (1 hour).
Responses
Section titled “ Responses ”Response for status 200
object
The newly generated API secret. This is the only time the secret will be exposed - store it securely.
ISO 8601 timestamp when the old secret will expire. Only present if a grace period was specified.
Response for status 401
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence
The authentication realm
The required scope for this resource
Response for status 404
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence
The type of resource that was not found
The identifier of the resource that was not found
Response for status 500
object
A URI reference that identifies the problem type
A short, human-readable summary of the problem type
The HTTP status code
A human-readable explanation specific to this occurrence
A URI reference that identifies the specific occurrence