Open izznat opened 1 year ago
Endpoints:
JWT payload required fields:
For customers and users:
{ "id": <string>, "email": <string>, "role": "authenticated", "type": "customer" | "user" }
For widget token:
{ "id": <string>, "email": <string>, "role": "anon", "type": "widget" }
-[x] GET /tokens (tokens untuk chat widget) (@madeariasya ) -[x] POST /tokens (tokens untuk chat widget) (@madeariasya )
Endpoints:
JWT payload required fields:
For customers and users:
For widget token: