GET
/
protected
cURL
curl --request GET \
  --url https://kan.bn/api/v1/protected \
  --header 'Authorization: Bearer <token>'
{
  "publicId": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

checklistPublicId
string
required
Required string length: 12
name
string
required
Required string length: 1 - 255

Response

Successful response

The response is of type object.