POST
/
auth
/
login
curl --request POST \
  --url https://api-staging.boost.xyz/auth/login \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "<string>",
  "signature": "<string>"
}'
{
  "accessToken": "<string>",
  "refreshToken": "<string>"
}

Body

application/json

Response

200
application/json

Success

The response is of type object.