POST
/
login
curl --request POST \
  --url https://connect.withvayu.com/login \
  --header 'Content-Type: application/json' \
  --data '{
  "refreshToken": "<string>"
}'
{
  "accessToken": "<string>"
}

Body

application/json

Response

200
application/json
RequestSuccess

The response is of type object.