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

The response is of type object.