For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

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