The Pickzen API lets you do the following with the Assistants resource.
Retrieve all created pickzens in the Pickzen account linked to the provided token.
{
"assistants": [{
"code": "NpMfpHcgyvQ",
"title": "My shoe finder",
"published": true,
"lastUpdated": "2019-08-22T11:19:28Z"
}, {
"code": "4CeuzTDlJ6N",
"title": "Lead generator",
"published": true,
"lastUpdated": "2019-04-09T06:49:57Z"
}]
}