Retrieve a paginated list of customers in your organization
curl -X GET "https://app.monk.com/api/v1/customers?limit=10" \ -H "Authorization: Bearer mk_live_your_api_key"
{ "data": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Acme Corp", "legalName": "Acme Corporation Inc.", "tags": ["enterprise", "priority"], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-15T00:00:00.000Z" } ], "hasMore": false, "total": 1 }
Bearer mk_live_...
customers:read
Show Customer object