Skip to content

Update an Access Token

Will create a new access_token for the user

API endpoint

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

Parameters

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

Example

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

Result

a76c3a8b969d38649ffb77e469ccff6a

The result contains the access_token which you can now use to log into the users Helpmonks account or use for other SSO API calls.

Statuscode

On success will return 200

Authenticating with invalid credentials will return 401

Errors will return 500

-->