Skip to main content
Skip to main content

IdempotencyKey

Idempotency Key is used to continue a process in case of any failure that might occur.

Properties

idstringRequired
The idempotency key's ID
idempotency_keystringRequired
The unique randomly generated key used to determine the state of a process.
created_atDateRequired
Date which the idempotency key was locked.
locked_atDateRequired
Date which the idempotency key was locked.
request_methodstringRequired
The method of the request
request_paramsRecord<string, unknown>Required
The parameters passed to the request
request_pathstringRequired
The request's path
response_codenumberRequired
The response's code.
response_bodyRecord<string, unknown>Required
The response's body
recovery_pointstringRequired
Where to continue from.

Default: started

Was this section helpful?