cURL
curl --request POST \ --url https://api.uselotus.io/api/verify_idems_received/ \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "idempotency_ids": [ "<string>" ], "number_days_lookback": 30, "customer_id": "<string>" }'
{ "status": "success", "ids_not_found": [ "<string>" ] }
Verify if events with specific idempotency events have been ingested into Lotus’ record of events.
Token-based authentication with required prefix "Token"
The response is of type object.
object