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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object
Was this page helpful?