cURL
curl --request POST \ --url https://openapi.enginy.ai/v1/lists/{fromListId}/companies/move \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "toListId": 123, "companyIds": [ 123 ] } '
{ "status": "success", "message": "<string>", "data": { "requestedCount": 123, "removedFromSourceCount": 123, "addedToDestinationCount": 123, "notInSourceCount": 123, "alreadyInDestinationCount": 123 } }
Move companies 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 company IDs to move
1
Companies moved between lists
success
Show child attributes