GET /Auth/Verify/List

Read the list of endpoints available for the Auth Verify functions with a brief description of each and the last modified date. Secret Hmac Optional. Cache Time 1 Day.

Responses

  • 200 application/json

    List successfully created

    Hide response attributes Show response attributes object
    • summary string

      The summary of the API group

    • modified string

      Last udpate date of this API

    • operations array[object]
      Hide operations attributes Show operations attributes object
      • endpoint string

        The endpoint to call

      • description string

        The description of the endpoint

      • doc string

        public documentation URL

GET /Auth/Verify/List
curl \
 --request GET 'https://api.wrtm.io/v1.0/Auth/Verify/List' \
 --header "X-ApiKey: $API_KEY"
Response examples (200)
{
  "summary": "Read information about the Auth Verify Endpoints",
  "modified": "Fri, 12 May 2023 18:16:02 GMT",
  "operations": [
    {
      "doc": "https://apidoc.wrtm.io/operation/operation-get-auth-verify-list",
      "endpoint": "/Auth/Verify/List",
      "description": "List all functions for Auth/Verify/*"
    },
    {
      "doc": "https://apidoc.wrtm.io/operation/operation-get-auth-verify-token",
      "endpoint": "/Auth/Verify/Token",
      "description": "Return if the jwt token is valid"
    },
    {
      "doc": "https://apidoc.wrtm.io/operation/operation-get-auth-verify-login",
      "endpoint": "/Auth/Verify/Login",
      "description": "Return if the user is current logged in"
    },
    {
      "doc": "https://apidoc.wrtm.io/operation/operation-get-auth-verify-account",
      "endpoint": "/Auth/Verify/Account",
      "description": "Return if new account info is allowed"
    },
    {
      "doc": "https://apidoc.wrtm.io/operation/operation-get-auth-verify-invite",
      "endpoint": "/Auth/Verify/Invite",
      "description": "Return if an invitation code is valid"
    }
  ]
}