POST
/
sessions
/
refresh
curl --request POST \
  --url https://api.authsignal.com/v1/sessions/refresh \
  --header 'Content-Type: application/json' \
  --data '{
  "refreshToken": "3f72a26e6834b4da..."
}'
{
  "accessToken": "<string>",
  "refreshToken": "<string>"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.