Skip to main content
POST
/
v2
/
private
/
user
/
logout
/
all
Sign Out All Devices
curl --request POST \
  --url https://api.crowdchange.dev/v2/private/user/logout/all \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "status": "ok"
}

Body

email
string
required
User’s email.

Response

status
string
Status of the operation.
Other responses
StatusDescription
401Unauthorized
403Forbidden
{
  "status": "ok"
}