Login with pairing code

GET /app/login-with-code

Query parameters

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
  • 500 application/json

    Internal Server Error

    Hide response attributes Show response attributes object
GET /app/login-with-code
curl \
 -X GET http://localhost:3000/app/login-with-code
Response examples (200)
{
  "code": "SUCCESS",
  "message": "Success",
  "results": {
    "pair_code": "ABCD-1234"
  }
}
Response examples (500)
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "you are not loggin",
  "results": {}
}