Skip to content

Check for an existing Access Token

Will return if the access token is valid or not

API endpoint

https://api.helpmonks.com/p/sso/oauth/check_token

Parameters

Name Required Value Comment
access_id Yes String
access_token Yes String The token of the user

Example

POST : https://api.helpmonks.com/p/sso/oauth/check_token
{
    "access_id" : "bedcdbb55b31ff7bacd9cb4b4e99abfc",
    "access_token" : "71ff80d51fd57fdf9c11172230762b64"
}

Result

The access token is valid

Statuscode

On success will return 200

Authenticating with invalid credentials will return 401

Errors will return 500

-->