This end-point will log the user out of any API-based sessions on all devices.
Adding the parameter "single_device=1" will only log out the current submitted bearer token (other api tokens will remain active). Omitting or setting this parameter to 0 will invalidate all bearer tokens of the corresponding profile.
AUTH: Log a User out
get
This end-point will log the user out of any API-based sessions on all devices.
Adding the parameter "single_device=1" will only log out the current submitted bearer token (other api tokens will remain active). Omitting or setting this parameter to 0 will invalidate all bearer tokens of the corresponding profile.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.