POST
/
api
/
ext
/
v1
/
collection
/
{collectionId}
/
personalize

The personalization takes around 15-20 seconds and only works on personalizable collections. The response will return:

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collectionId
string
required

Body

application/json
companyId
string
required
sourceFields
object
required

Response

200 - application/json
sha
string
required
fields
object
required
status
enum<string>
required
Available options:
Pending,
Done,
Error