Add Profile To List
POST {{baseUrl}}/api/lists/:id/relationships/profiles/
Add a profile to a list with the given list ID.
It is recommended that you use the Subscribe Profiles endpoint if you're trying to give a profile consent to receive email marketing, SMS marketing, or both.
This endpoint accepts a maximum of 1000 profiles per call.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
list:write
profiles:write
Request Body
{"data"=>[{"type"=>"profile", "id"=>"<string>"}, {"type"=>"profile", "id"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |