kochira
  1. auth
kochira
  • account
    • auth
      • Register
        POST
      • Login
        POST
      • Logout
        POST
      • Refresh
        POST
      • Infer
        GET
  • account
  • link
    • shortening
      • My Endpoints
      • Get By Id
      • Create
      • Update By Id
      • Delete By Id
    • redirect
      • Redirect
  • subscription
    • Get Self
      GET
  1. auth

Infer

GET
/account/api/v1/auth/infer

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/account/api/v1/auth/infer' \
--header 'Authorization: {{token}}'
Response Response Example
{}
Modified at 2025-10-10 00:04:29
Previous
Refresh
Next
My Endpoints
Built with