users

Verify & decode an access token

Verify a that a user's client access token is valid.

post/groups/{groupId}/apps/{appId}/users/verify_token

Request body

tokenstring required

Response

Token is valid or expired.

'token expired' required

The token is valid but has expired.

OR

Changes

Changed in 1 of the 50 revisions of this API.13

  • v3c554c3b5dd5313See the full diff
    • added subschema #1 subschema #2 to the response body oneOf list for the response status 200

      response-body-one-of-added

    • removed subschema #1 subschema #2 from the response body oneOf list for the response status 200

      response-body-one-of-removed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added