Skip to main content
GET
/
v1
/
client
/
full
Buscar cliente completo
curl --request GET \
  --url https://sandbox.api.veepag.com/v1/client/full \
  --header 'apiKey: <api-key>'
{
  "_id": "client_id",
  "name": "Cliente Teste"
}

Authorizations

apiKey
string
header
required

API key no formato keyId.secret.

Query Parameters

id
string
required

Response

Cliente completo.

_id
string
companyId
string
name
string
doc
string
cpf
string
email
string<email>
phone
string[]
status
enum<string>
Available options:
ACTIVE,
ERROR_PAYMENT,
PENDING_PAYMENT,
NO_PAYMENT,
CANCELED_ALERT_ETHOCA
type
enum<string>
Available options:
INDIVIDUAL,
COMPANY
active
boolean
deleted
boolean
referenceId
string
createdAt
string<date-time>
lastUpdate
string<date-time>