POST
/
authentication
curl --request POST \
  --url https://api.worqhat.com/authentication \
  --header 'Authorization: Bearer <token>'
{
  "userEmail": "ghosh.sagnik2000@gmail.com",
  "userDisplayName": "Sagnik Ghosh",
  "orgName": "Ayush Kullluu",
  "processingTime": 2110.4155,
  "processingId": "2511a877-1299-42ef-8212-828269cfad03"
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
OK
userEmail
string

The authenticated user's email.

userDisplayName
string

The authenticated user's display name.

orgName
string

The organization name associated with the user.

processingTime
number

The time taken to process the request in milliseconds.

processingId
string

A unique identifier for tracking.