Endpoint of the API that handles after a token value sent from the specified client, it returns the confirmation or negation of the process of logout in the API
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--globoff--request POST '/{{v1}}/auth/logout' \
--header'Authorization: Bearer <token>'
Responses
🟢200Success
application/json
Returns a 200 code, with the message confirmation of the token deletion and session ending from the API