/api/v2/outbound/contactlists/{contactListId}/export

I need export a contact list of the past month
The result is:
{
"message": "A ContactList with id 02064b70-9cad-4213-a6a9-7019f4fe47b0 could not be found",
"code": "contact.list.not.found",
"status": 404,
"messageWithParams": "A {entity} with id {id} could not be found",
"messageParams": {
"id": "02064b70-9cad-4213-a6a9-7019f4fe47b0",
"entity": "ContactList"
},
"contextId": "78c0529d-d16c-41a6-92f3-e3652f0b7059",
"details": [],
"errors": []
}
I do not what happened, somebody have any idea?

Is possible that this query only can be use by a determinate period?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.