Authentication
User Authentication api
Query parameter
Name
Type
Description
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