Skip to main content

Refresh JWT token

POST 

/token/refresh

The JWT token has TTL and to work with it longer JWT should be refreshed

Request

Header Parameters

    X-Domain stringrequired

    Every request should has X-Domain Header, in the UUIDv4 format. The X-Domain can be get from the Tenant Integrations page

    X-API-KEY stringrequired

    An X-API-KEY key is a token that a client provides with a X-API-SECRET when making API calls, used instead of the JWT

    X-API-SECRET stringrequired

    An X-API-SECRET key is a token that a client provides with a X-API-KEY when making API calls, used instead of the JWT

Responses

The "true" value of the acknowledge means that the request is correct and the "false" is incorrect

Schema

    acknowledge boolean

    The value of the acknowledge

Loading...