Skip to main content
GET
/
api
/
user
/
self
cURL
curl --request GET \
  --url https://proxy.innk.cc/api/user/self \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.