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

Register

POST
/account/api/v1/account/register

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/account/api/v1/account/register' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
200 - Success
{"msg":"Account successfully created"}
Modified at 2025-10-09 23:57:18
Next
Login
Built with