GET
/
protected
curl --request GET \
  --url https://kanbn.com/api/v1/protected \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

feedback
string
required
Minimum length: 1
url
string
required
Minimum length: 1

Response

200
application/json
Successful response
success
boolean
required