cURL
curl --request POST \ --url https://core.grdd.dev/api/token \ --header 'Content-Type: application/json' \ --data ' { "uid": "uid", "pw": "password" } '
{ "success": true, "exp": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.grdd.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.grdd.dev/llms.txt
Use this file to discover all available pages before exploring further.
Success