curl --request POST \
--url https://api.gospott.com/lists/{id}/clients/_link \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"selection": {
"type": "included",
"ids": {
"include": [
"<string>"
]
}
}
}
'{
"error": {
"type": "LIST_SIZE_LIMIT_EXCEEDED",
"message": "<string>",
"listId": "<string>"
}
}Link a set of clients to a specific client list. Specify client IDs to add to the list.
curl --request POST \
--url https://api.gospott.com/lists/{id}/clients/_link \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"selection": {
"type": "included",
"ids": {
"include": [
"<string>"
]
}
}
}
'{
"error": {
"type": "LIST_SIZE_LIMIT_EXCEEDED",
"message": "<string>",
"listId": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://api-docs.spott.io/llms.txt
Use this file to discover all available pages before exploring further.