Skip to main content
GET
Get Attio List Mapping
Read a connected Attio integration’s saved Sequenzy-to-Attio list map, this company’s Sequenzy lists, and live Attio people-lists. Attio is a no-op until at least one Sequenzy list is mapped. Connect can succeed with mappedListCount 0; this endpoint is how you see what to map without reconnecting or asking for the access token again. People-lists are read from Attio on every call using the stored token, because a list can be deleted in Attio without Sequenzy hearing about it. Attio only. Other providers return a 400. Requires an API key with the account:read and lists:read scopes.

Request

string
required
Attio integration ID, from List Integrations.
This endpoint takes no request body.

Response fields

object
Saved Sequenzy list id → Attio list UUID or api slug. Empty when nothing is mapped.
number
Number of saved mappings whose Sequenzy source and Attio target lists both still exist. Zero means list joins are not synced. Stale entries remain in listMap for recovery but are not included in this count, and message identifies them as stale.
boolean
Whether a company is upserted from the person’s non-free-mail email domain.
array
This company’s Sequenzy lists (id, name).
array
Attio people-lists the stored token can write (id, apiSlug, name), read live from Attio.
Save mappings with Update Attio List Mapping.

Responses