curl --request GET \
--url https://api.diversion.dev/v0/auth/test \
--header 'Authorization: Bearer <token>'{
"status": 403,
"detail": "User not authorized to perform the requested action on the resource",
"title": "<string>",
"type": "<string>"
}Test token validity and repo write access
curl --request GET \
--url https://api.diversion.dev/v0/auth/test \
--header 'Authorization: Bearer <token>'{
"status": 403,
"detail": "User not authorized to perform the requested action on the resource",
"title": "<string>",
"type": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.