Customers
Customer endpoints
📄️ Get customer activity logs
Get customer activity logs.
📄️ Get customer addresses
Get a list of a customer's addresses.
📄️ Create customer address
Create a new address for a customer.
📄️ Delete customer address
Delete a customer's address.
📄️ Update customer address
Update a customer's address.
📄️ Update customer claim
Update the customer claim.
📄️ Delete customer claim
Delete the customer claim.
📄️ Create customer claim
Create the customer claim. Only one customer claim per customer allowed.
📄️ Add contact information for a customer.
Add contact information for a customer.
📄️ Get customer email addresses
Get a list of a customer's email addresses.
📄️ Add customer email address
Add a new email address for a customer.
📄️ Delete customer email address
Delete a customer's email address.
📄️ Update customer email address
Update a customer's email address.
📄️ Get customer IP addresses
Get a list of a customer's IP addresses.
📄️ Add customer IP address
Add a new IP address for a customer.
📄️ Delete customer IP address
Delete a customer's IP address.
📄️ Update customer IP address
Update a customer's IP address.
📄️ Get customer phone numbers
Get a list of a customer's phone numbers.
📄️ Add customer phone number
Add a new phone number for a customer.
📄️ Delete customer phone number
Delete a customer's phone number.
📄️ Update customer phone number
Update a customer's phone number.
📄️ Get customer wallets
Get a list of a customer's wallets.
📄️ Add customer wallet
Add a new wallet for a customer.
📄️ Delete customer wallet
Delete a customer's wallet.
📄️ Update customer wallet
Update a customer's wallet.
📄️ Re score customer wallet
Re score a customer's wallet.
📄️ Get customers
Get a filtered list of customers.
📄️ DEPRECATED: Create multiple customers
Create multiple customers for a given project. Currently deprecated. Use `POST /customers/batch` instead.
📄️ Get single customer
Get a single customer with customerId -- just customer fields.
📄️ Get customer details by customerId
Get a single customer's details with customerId.
📄️ Get customer details by project id and wallet address
Get a single customer's details, filtered by project id and address.
📄️ Get customer details by externalCustomerId
Get a single customer's details, filtered by externalCustomerId.
📄️ Create multiple customers
Create multiple customers for a given project.
📄️ Delete multiple customers
Delete multiple customers by customerId.
📄️ Update single customer
Update a single customer.
📄️ DEPRECATED: Get customer details by customerId
Get a single customer's details with customerId. The use of this endpoint to get customer details is deprectated. If you would like to get all customer details use `GET /customers/{id}/details` instead. If you would like to get just the customer fields use `GET /customers/{id}/simple` instead. Note: This endpoint will yield a simple customer in a future update.
📄️ Merge customers
Merge customers.
📄️ Get a customer documents data.
Get customer's documents.
📄️ Get a customer video document.
Get customer video document.
📄️ Get customer scenario executions
Get a single customer's scenario execution history using filters.
📄️ Get a customer scenario execution data for one scenario execution.
Get a single customer's scenario execution data.
📄️ Get customer's duplicates by customerId
Get customer's duplicates with customerId.
📄️ Get signature for a tx data
Get signature for a tx auth data.
📄️ Get signature for a tezos tx data
Get signature for a tezos tx auth data.
📄️ DEPRECATED: Get customer details by project id and wallet address
Get a single customer's details, filtered by project id and address. Currently deprecated. Use `GET /projects/{cmsProjectId}/customer-wallets/{address}/customer` instead.
📄️ DEPRECATED: Delete multiple customers
Delete multiple customers by customerId. Currently deprecated. Use `DELETE /customers/batch` instead.