Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The email of the user to authenticate
Example:
"jhon@example.com"
The name of the user to authenticate
Example:
"John Doe"
The URL of the user's avatar
Example:
"https://example.com/avatar.png"
contact's phone number including the conutry code
Example:
"+1234567890"
The user's language
Available options:
en, fr, de, nl, pl, pt, es, it, ru, ja, ko, zh, ar, tr, sv, da, no, fi, el, cs, hu, th, vi, id, he, hi, uk, ro, bg, hr, sk, sl, sr, et, lv, lt, is, ga, ms, tl, fa, bn, ta, te, ur, sw, zu, af, sq, hy, az, eu, be, bs, ca, cy, tr Custom data
Example:
{ "customKey": "customValue" }Optional context to be given to the AI agent when responding to this user.
HTTP parameter overrides to be used when executing actions for this user. Overrides org-level parameters, but is overridden by parameters passed when sending a message.
Response
The JWT token to use for further requests