Skip to main content
POST
/
api
/
token
Get a token
curl --request POST \
  --url https://core.grdd.dev/api/token \
  --header 'Content-Type: application/json' \
  --data '
{
  "uid": "uid",
  "pw": "password"
}
'
{
  "success": true,
  "exp": 123
}

Response

Success

success
boolean
exp
number