1. Authorization Service
Gau Backend Microservices
  • Default module
    • Config Service
      • Get
      • Update
      • Delete
      • Create
      • Health
    • Account Service
      • Authentication
        • Register
        • Login
        • Oauth2
      • Profile
        • Get
        • Upload Avatar
        • Update
    • License Service
      • Create
      • Active
      • Verify
      • Detail
      • Revoke
      • Health
    • Authorization Service
      • Create
        POST
      • Renew
        GET
      • Check
        GET
      • Health
        GET
      • Revoke
        DELETE
    • Upload Service
      • [File] Upload File
      • [File] Get Upload File
    • Legacy
      • CDN Service
        • [CDN] Get File
      • Account Service
        • Basic Auth
          • [Auth] Login
          • [Auth] Register
          • [Auth] Logout
        • OAuth 2.0
          • [Auth] Google Login
          • [Auth] Logout
        • Profile
          • [Profile] Update Profile
          • [Profile] Get Profile
          • [Profile] Get Security Info
          • [Profile] Update Avatar
          • [Profle] Get All Data
        • MFA
          • [TOTP] Get TOTP Authentication
          • [TOTP] Enable TOTP Authentication
          • [TOTP] Verify Login
  1. Authorization Service

Check

Developing
GET
https://api.gauas.com/v1/authorization/token/validate
Maintainer:Not configured

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.gauas.com/v1/authorization/token/validate?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiNTUwZTg0MDAtZTI5Yi00MWQ0LWE3MTYtNDQ2NjU1NDQwMDAwIiwicGVybWlzc2lvbiI6InVzZXIiLCJkZXZpY2VfaWQiOiJkZXZpY2UtaWQiLCJ0b2tlbl9pZCI6MSwic3ViIjoiNTUwZTg0MDAtZTI5Yi00MWQ0LWE3MTYtNDQ2NjU1NDQwMDAwIiwiZXhwIjoxNzc3NzQ3MDAzLCJpYXQiOjE3Nzc3NDYxMDN9.ZBjzHwtFRy36NQTvN5GIEjsGi3HJX5RjEXntPXD1JNE' \
--header 'Secret-Key: gauasnumberone' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}'
Response Response Example
{}
Modified at 2026-05-02 18:23:25
Previous
Renew
Next
Health
Built with