Create Widget Session
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/widget/session" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com", "public_key": "stringst", "tenant_id": "stringst" }'{
"email_token": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}