Assistants resource

The Pickzen API lets you do the following with the Assistants resource.

Assistants

GET https://admin.pickzen.com/api/assistants

Retrieve all created pickzens in the Pickzen account linked to the provided token.

Headers

NameTypeDescription

X-Pickzen-Access-Token

string

API access 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"
	}]
}

Last updated