Skip to main content
GET
/
customers
/
{document}
Obter o cliente
curl --request GET \
  --url https://homolog.clubfix.com.br/webservice/customers/{document} \
  --header 'Authorization: <authorization>'
{
  "id": 12,
  "name": "Emanuelly Carolina Carolina Teixeira",
  "document": "80615114105",
  "phone": "32863751018",
  "email": "[email protected]",
  "address": {
    "street": "Rua Natal Bertoldo da Silva",
    "number": 976,
    "complement": null,
    "zipcode": "74988670",
    "neighborhood": "Nova Olinda",
    "city": "Aparecida de Goiânia",
    "state": "GO"
  }
}
Authorization
string
required
Token de autenticação do tipo Bearer obtido através do endpoint de login.

Headers

Authorization
string
required

Path Parameters

document
string
required

Query Parameters

include
string

Response

200 - application/json

Buscar cliente pelo CPF

id
integer
name
string
document
string
phone
string
email
string
address
object