Ana içeriğe atla
POST
/
v1
/
auth
/
logout
Çıkış İşlemi
curl --request POST \
  --url https://api.iklim.co/v1/auth/logout \
  --header 'Content-Type: application/json' \
  --data '{
  "jwtToken": "<string>"
}'
This response does not have an example.

Body

application/json
jwtToken
string
required

swagger.schema.auth.logout-request.token

Response

OK