Boot User

POST /api/contact/bootUser

Invalidates the session of a user forcing them to login again

Query parameters

  • start string

    Contact id

    Default value is empty.

Responses

POST /api/contact/bootUser
curl \
 --request POST http://api.example.com/api/contact/bootUser \
 --header "Authorization: Bearer $ACCESS_TOKEN"