V4 Marketing API
HomeAPI ReferenceChangelog
HomeAPI ReferenceChangelog
V4 Marketing
  1. Tray
  • Facebook Ads
    • Overview
    • Accounts
      GET
    • Ads
      GET
    • Ad Sets
      GET
    • Campaigns
      GET
    • Actions
      GET
    • Ad Creatives
      GET
    • Demographics
      GET
    • Platforms
      GET
    • Regions
      GET
    • Ad Config
      GET
    • Ad Set Config
      GET
    • Campaigns Config
      GET
  • Google Ads
    • Overview
    • Accounts
      GET
    • Ad Group Ads
      GET
    • Ad Groups
      GET
    • Campaigns
      GET
    • Keywords
      GET
    • Age Range
      GET
    • Gender
      GET
    • Geographic
      GET
    • Conversions
      GET
    • Conversion Segmented Ad Group Ads
      GET
    • Conversion Segmented Ad Groups
      GET
    • Conversion Segmented Campaigns
      GET
    • Campaigns Criterion
      GET
    • Ad Group Criterion
      GET
  • Tray
    • Overview
    • List Tray customers
      GET
    • List Tray orders
      GET
    • List Tray order products
      GET
  • Shopify
    • Overview
    • List Shopify customers
    • List Shopify orders
    • List Shopify order items
    • List Shopify products
  1. Tray

List Tray customers

GET
https://api.data.v4.marketing/v1/tray/customers
Retrieve Tray customers with fiscal identifiers, addresses, and engagement metrics

Requisição

Authorization
or
Parâmetros de Consulta

Respostas

🟢200OK
application/json
Tray customers response
Body

🟠400Bad Request
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.data.v4.marketing/v1/tray/customers?workspaceId=workspace_123&organizationId&integrationId&page&limit&orderBy&orderDirection&createdStart&createdEnd&lastModifiedStart&lastModifiedEnd&registrationDateStart&registrationDateEnd&cnpj&id'
Response Response Example
200 - Exemplo 1
{
    "data": [
        {
            "cnpj": "string",
            "newsletter": "string",
            "created": "2019-08-24T14:15:22Z",
            "terms": "2019-08-24T14:15:22Z",
            "id": "string",
            "name": "string",
            "registration_date": "2019-08-24T14:15:22Z",
            "rg": "string",
            "cpf": "string",
            "phone": "string",
            "cellphone": "string",
            "birth_date": "2019-08-24T14:15:22Z",
            "gender": "string",
            "email": "user@example.com",
            "nickname": "string",
            "token": "string",
            "total_orders": 0,
            "observation": "string",
            "type": "string",
            "is_foreign": "string",
            "company_name": "string",
            "state_inscription": "string",
            "reseller": true,
            "discount": 0,
            "blocked": "string",
            "credit_limit": 0,
            "indicator_id": "string",
            "profile_customer_id": "string",
            "last_sending_newsletter": "2019-08-24T14:15:22Z",
            "last_purchase": "2019-08-24T14:15:22Z",
            "last_visit": "2019-08-24T14:15:22Z",
            "last_modification": "2019-08-24T14:15:22Z",
            "address": "string",
            "zip_code": "string",
            "number": "string",
            "complement": "string",
            "neighborhood": "string",
            "city": "string",
            "state": "string",
            "country": "string",
            "modified": "2019-08-24T14:15:22Z",
            "count_orders": 0,
            "treated_phone": "string",
            "treated_cellphone": "string",
            "integration_id": "string",
            "workspace_id": "string",
            "organization_id": "string",
            "document_id": "string",
            "inserted_at": "2019-08-24T14:15:22Z"
        }
    ],
    "meta": {
        "page": 0,
        "limit": 0,
        "total": 0,
        "totalPages": 0,
        "hasNextPage": true,
        "hasPreviousPage": true
    }
}
Modificado em 2025-11-19 18:24:45
Página anterior
Overview
Próxima página
List Tray orders
Built with