Skip to main content
POST
Create an access token (identify)

Authorizations

Authorization
string
header
required

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

Body

application/json
company
object

At least one of id, wallet, or email required. Auto-created if missing.

user
object
expires_in
integer

Token lifetime in seconds (60-86400). Default 3600.

Response

Access token created

data
object
Last modified on September 19, 2026