Skip to main content
POST
/
takeprofit.partner.external.auth.v1.AuthApi.Refresh
Refresh Token
curl --request POST \
  --url https://api.dev.tpinf.in/takeprofit.partner.external.auth.v1.AuthApi.Refresh \
  --header 'Content-Type: application/json' \
  --data '
{
  "refresh_token": "YOUR_REFRESH_TOKEN_HERE"
}
'
{
  "status": {
    "code": 0,
    "message": "",
    "details": []
  },
  "access_token": {
    "token": "VALID_ACCESS_TOKEN",
    "valid_to_time": "2024-10-30T12:57:45Z"
  }
}

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type object.