cURL
curl --request POST \ --url https://openapi.enginy.ai/v1/lists/{fromListId}/contacts/move \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "toListId": 123, "contactIds": [ 123 ] } '
{ "status": "success", "message": "<string>", "data": { "requestedCount": 123, "removedFromSourceCount": 123, "addedToDestinationCount": 123, "notInSourceCount": 123, "alreadyInDestinationCount": 123 } }
Move contacts between lists.
Required scope: ALL Rate limit: 30 requests per minute
Required scope: ALL
ALL
Rate limit: 30 requests per minute
The source list ID
Destination list ID
Array of contact IDs to move
1
Contacts moved between lists
success
Show child attributes