Skip to main content
GET
/
contacts
/
{sellerId}
List contacts
curl --request GET \
  --url https://api.quivo.co/contacts/{sellerId}
[
  {
    "email": "<string>",
    "subscriptionType": "ALL",
    "notificationSubscriptions": [
      {
        "type": "<string>",
        "category": "<string>"
      }
    ],
    "id": 123
  }
]

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

Response

Returns an array of contacts for the specified seller with contact details.

email
string

Email address

subscriptionType
enum<string>

The type or category of the subscription

Available options:
ALL,
CUSTOM,
NOTHING
notificationSubscriptions
object[]

Subscription information

id
integer<int64>

The unique identifier for the id