Get the growth checklist

View as Markdown

Returns the merchant’s growth checklist (every task with its status, zero-filled to ‘pending’) plus the public registrationUrl customers use to self-enroll. The registration URL is the piece most integrations want — surface it as a QR code or link.

Authentication

AuthorizationBearer

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

Response

checklistlist of objects

Every growth task with its stored status (‘pending’ when never touched).

registrationUrlstring

Public customer-registration link for the company — share it (or QR it) so customers can self-enroll.

Errors

401
Unauthorized Error
429
Too Many Requests Error
503
Service Unavailable Error