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
}

Body

application/json · any

Client ID and secret

The body is of type any.

Response

Success

success
boolean
exp
number
I