Skip to content

Exchange current token for a new one

Request

Security
oauth2 or bearerAuth
PUT
/auth/token
curl -i -X PUT \
  https://sandboxapi.peach.finance/api/auth/token \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

JWT token

Bodyapplication/json
tokenstringrequired
Response
{ "token": "string" }