Refresh your access token

Refresh your access token

POST https://api.zapsign.com.br/api/v1/auth/token-refresh/

Get a new JWT access token with increased expiration time

Request Body

NameTypeDescription

refresh*

string

The refresh field returned in Get access token

{
    "access": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"
}

Last updated