Skip to main content
GET
/
v1
/
customers
Listar clientes
curl --request GET \
  --url https://api.valorapayments.com.br/v1/customers \
  --header 'x-api-key: <api-key>'
[
  {
    "customer_id": "cust_a1b2c3d4",
    "business_id": "<string>",
    "email": "<string>",
    "phone_number": "<string>",
    "document_number": "<string>",
    "ip": "<string>",
    "metadata": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Chave de API gerada no painel Valora. Envie em todas as requisições.

Response

Lista de clientes

customer_id
string
Example:

"cust_a1b2c3d4"

business_id
string
email
string | null
phone_number
string | null
document_number
string | null
ip
string | null
metadata
string | null
created_at
string<date-time>