Skip to main content
GET
/
v1
/
customers
/
ref
/
{ref}
Retrieve a customer by merchantRef
curl --request GET \
  --url https://api.useduro.com/v1/customers/ref/{ref} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "name": "<string>",
  "merchantRef": "<string>",
  "blacklisted": true,
  "blacklistReason": "<string>",
  "createdAt": "<string>"
}

Authorizations

Authorization
string
header
required

A secret key (sk_test_… / sk_live_…), OAuth token, or identity token.

Path Parameters

ref
string
required

Response

OK

id
string
email
string | null
phone
string | null
name
string | null
merchantRef
string | null
blacklisted
boolean
blacklistReason
string | null
createdAt
string