1. Customer
  • Introdução
    • Comece Aqui
    • Autenticação
    • Recursos
  • API
    • Enterprise
      • Overview
      • Create
      • Show
      • Update
      • Delete
      • Index
      • Profile
    • Company
      • Overview
      • Create
      • Show
      • Update
      • Delete
      • Index
    • Order
      • Overview
      • Create
      • Show
      • Update
      • Delete
      • Index
      • Search external
    • Customer
      • Create
        POST
      • Show
        GET
      • Update
        PUT
      • Delete
        DELETE
      • Index
        GET
      • Validate phone
        POST
      • Blocked (batch)
        POST
      • Search individual
        GET
      • Search external
        GET
      • Track Record
        GET
      • Point
        GET
    • Withdrawal
      • Rescue
      • Reactivate
      • Show
      • Delete
      • Index
      • Search available
      • Quantity
      • Quantity Company (Monthly)
      • Quantity (Last Days)
    • Activation
      • Create
      • Update
      • Show
      • Delete
    • Promotion
      • Create
      • Update
      • Show
      • Delete
      • Index
    • Submission
      • Index
      • Show
      • Delete
    • Individual
      • Create
      • Index
      • Delete
    • Campaign
      • Create
      • Show
      • Update
      • Delete
      • Index
    • Profile
      • Profile
      • Update profile
      • Update password profile
      • Inactivate
    • User
      • Create
      • Show
      • Update
      • Delete
      • Index
    • Role
      • Create
      • Index
    • Permission
      • Create
      • Index
      • Delete
      • Show
      • Update
    • Status
      • Create
      • Index
      • Update
      • Delete
    • Tag
      • Create
      • Index
      • Update
      • Delete
    • Segment
      • Create
      • Show
      • Update
      • Delete
      • Index
      • Pre Query Builder Segment
    • Product
      • Create
      • Show
      • Update
      • Delete
      • Index
      • Search external
      • Quantity
      • Quantity Sale Product Enterprise
      • Quantity Sale Product Enterprise (Monthly)
    • Webhooks
      • Overview
      • Create
      • Index
      • Delete
    • Billing
      • Quota
      • Index
      • Show
    • User Access Pin
      • Request
      • Revalidate
    • Target
      • Create
      • Delete
    • Redeem
      • Create
      • Index
    • Reward
      • Create
      • Index
      • Update
      • Delete
      • Show
      • Update active
    • Subscription
      • Index
      • Webhook Asaas
    • Payment Profile
      • Index
      • Update
  1. Customer

Index

GET
/customers
Customer
Endpoint Index (GET)
Esse Endpoint é responsável por listar todos os Customers de uma Enterprise

Requisição

Parâmetros Header

Respostas

🟢200OK
text/plain
Successful response
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/customers' \
--header 'Authorization: Bearer $TOKEN'
Response Response Example
[
  {
    "id": "954fadc8-c3d7-4062-8104-4d11a1cd0b3c",
    "name": "Ryan Costa",
    "email": "ryancosta@gmail.com",
    "seller_enabled": false,
    "seller_code": null,
    "identify": "44660952304",
    "birthday": "2006-11-11T00:00:00.000Z",
    "phone": "551199238764",
    "purchased_total": 35,
    "purchased_count": 1,
    "withdrawal_count": 0,
    "withdrawal_total": 0,
    "withdrawal_rescue_count": 0,
    "phone_not_verify": "551199238764",
    "external_code": null,
    "enterprise_id": "a840567c-807c-4ec6-9de6-595e04342ef8",
    "blocked_at": null,
    "gender_id": null,
    "gender": null,
    "created_at": "2025-10-17T16:14:05.000Z"
  }
]
Modificado em 2025-10-14 15:59:49
Página anterior
Delete
Próxima página
Validate phone
Built with