POST
/
api
/
v1
/
auth
/
refresh
curl --request POST \
  --url https://api.byblend.com/api/v1/auth/refresh \
  --header 'Authorization: Bearer <token>'
{
  "access_token": "eyJhbGciOiJIAzI1NiIsInR5cCI6IkpXVCJ9..."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response with new access token

The response is of type object.