Skip to main content
GET
/
auth
/
test
Test token validity, 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>"
}

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow

Query Parameters

repo_id
string
Required string length: 9 - 128

Response

Request completed successfully