Skip to main content
POST
/
auth
/
logout
Applicant logout
curl --request POST \
  --url https://sgja-api.vohoangphuc.com/auth/logout \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "refreshToken": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT access token

Body

application/json
refreshToken
string
required

Response

200

Logout successful