POST
/
v2
/
connect
/
events
curl --request POST \
  --url https://{projectId}.frontendapi.corbado.io/v2/connect/events \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "eventType": "login-explicit-abort",
  "message": "<string>",
  "challenge": "<string>"
}'

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

204

tbd