Skip to main content
GET
/
api
/
contact-structure
/
{contactStructureId}
/
lists
/
all
Get all lists
curl --request GET \
  --url https://api-{region}-{cluster}.benchmarkemail.com/api/contact-structure/{contactStructureId}/lists/all \
  --header 'X-API-Key: <api-key>'
[
  {
    "_id": "<string>",
    "name": "<string>",
    "type": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

API key authentication

Path Parameters

contactStructureId
string<mongo-id>
required

Response

200 - application/json

Successful

_id
string
name
string
type
string