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

Get Self

GET
/subscription/api/v1/status

Request

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/subscription/api/v1/status' \
--header 'Authorization: {{token}}'
Response Response Example
{
    "expiredAt": "2026-10-09T23:48:16.619678Z",
    "id": 30,
    "userId": 59
}
Modified at 2025-10-10 00:06:40
Previous
Redirect
Built with