GuidesAPI ReferenceChangelog
API Reference

Get Customer by Idempotency Key

Retrieve a customer by the idempotency key used during creation.

This endpoint is useful for:

  • Recovery after network failures: If the POST /v1/customers/lightweight call timed out, use this endpoint to check whether the customer was actually created.
  • Deduplication checks: Verify whether a customer already exists for a given idempotency key before attempting re-creation.

Returns the same LightweightCustomerResponse as the creation endpoint, including the current KYB status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The idempotency key used during resource creation. Used to safely retrieve or check the status of a resource after creation, especially useful for handling network failures or timeout scenarios.

Responses

Language
Credentials
Bearer
OneMoney-HMAC-SHA256
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json