404 Not Found error when getting a collection of V2 and V3 API List ID
Ā
The APIĀ /contact_lists/list_id_xrefs to migrate contact list records returns a 404 Not Found error.
The role of the user I use is "Account Owner"Ā and the Access Token has the correct scope contact_data.Ā I followed the API documentation:Ā https://developer.constantcontact.com/api_reference/index.html#!/Contact_Lists/getListIdXrefs
Request:
Ā
https://api.cc.email/v3/contact_lists/lists_id_xrefs?sequence_ids=12345,456789
Ā
Response:
Ā
[
{
"error_key": "contacts.api.not_found",
"error_message": "We could not find the resource you are looking for (or the query parameters are not correct)."
}
]
Ā
Ā
It is weird because other v3 endpoints like the GET /contact_list work well.
Ā
Am I missing something? Is there something else I should set up in my Constant Contact Account?Ā Ā
Ā
1 reply