Skip to main content

Return a refresh token

GET 

/v2/modules/:module/setups/:setupId/tokens/:value

Retrieves a specific refresh token by its value within the specified setup. The full token details are returned to admin users, the user designated as the client's owner, or the user to whom the token was issued. Access by any other caller is denied.

Request

Path Parameters

    module stringrequired
    setupId stringrequired
    value stringrequired

Responses

Caller is not the token owner, the user designated as the client's owner, or an admin

Loading...