Authentication
Everything viaAuthorization: Bearer <token>. There are two tokens, each with
its own scope:
Account token
Prefix
zpfy_acct_. Manages instances and webhooks (create, list, edit, delete).Instance token
Prefix
zpfy_inst_. Sends messages for a specific number.Each endpoint shows which token to use in the Authorization selector of the
playground on the right. Messages use the instance token; instances and webhooks,
the account token.