Skip to main content

Refresh Token

PATCH 

/api/v2/business/:businessId/instance/:instanceId/refresh-token

Route for Instance Token Update

Request

Path Parameters

    instanceId stringrequired

    ID of the instance.

    businessId stringrequired

    Business ID.

Body

required

Old Token

    oldToken Old Tokenrequired

Responses

New Token

Schema
    newToken string
Loading...