Authentication

User Authentication api

POST https://telcomdata.us/api/auth/login

This api is used for authentication

Query parameter

Name
Type
Description

Email*

String

Need to add email for authentication

Password*

String

Need to add password for authentication

Example Curl

curl -X 'POST' \
  'https://telcomdata.us/api/auth/login' \
  -H 'accept: */*' \
  -H 'Content-Type: application/json' \
  -d '{
  "email": "[email protected]",
  "password": "Vasanth@1"
}'

Response body

Last updated