cURL
curl --request GET \ --url https://api.quivo.co/contacts/{sellerId}
[ { "email": "<string>", "subscriptionType": "ALL", "notificationSubscriptions": [ { "type": "<string>", "category": "<string>" } ], "id": 123 } ]
List contacts for the specified seller.
The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.
Returns an array of contacts for the specified seller with contact details.
Email address
The type or category of the subscription
ALL
CUSTOM
NOTHING
Subscription information
Show child attributes
The unique identifier for the id