Events
Verify Event Ingestion
POST

/api/verify_idems_received/

X-API-KEY*
Authorization*
curl --request POST \
  --url https://api.uselotus.io/api/verify_idems_received/ \
  --header 'Authorization: <authorization>' \
  --header 'X-API-KEY: <x-api-key>' \
  --data '{
  "idempotency_ids": []
}'

This method is currently not in our SDK, and is simply for debugging purposes.

Authorizations

Authorization[header]required
string

Token-based authentication with required prefix "Token"

Body

customer_id
string
idempotency_idsrequired
string[]
number_days_lookbackDefault: "30"
integer

Response

ids_not_foundrequired
string[]
statusrequired
string
  • success - success
Available options:
success