IdempotencyKey
Idempotency Key is used to continue a process in case of any failure that might occur.
Properties
id
stringRequiredThe idempotency key's ID
idempotency_key
stringRequiredThe unique randomly generated key used to determine the state of a process.
created_at
DateRequiredDate which the idempotency key was locked.
locked_at
DateRequiredDate which the idempotency key was locked.
request_method
stringRequiredThe method of the request
request_params
Record<string, unknown>RequiredThe parameters passed to the request
request_path
stringRequiredThe request's path
response_code
numberRequiredThe response's code.
response_body
Record<string, unknown>RequiredThe response's body
recovery_point
stringRequiredWhere to continue from.
Default: started
Was this section helpful?