1
Get a token
Tokens are created by an administrator of your Sailer workspace — anyone
with the Configuration permission. Ask them for one scoped to what you
plan to build; see Authentication for the scope
list.A token looks like
sk_live_AbC123.xYz789.... It is shown once, at
creation, and stored only as a hash — so put it somewhere safe. A lost token
cannot be recovered, only replaced.2
Confirm it works
GET /v1/me describes the token itself. It is the cheapest way to check
that authentication is wired up correctly.3
Read some contacts
4
Create one
contacts:write scope. If your token lacks it you get a 403
naming exactly what is missing — see Errors.Next
Authentication
Scopes, and the two limits worth knowing up front.
API Reference
Every endpoint, with a playground.