Saltar al contenido principal
POST
/
api
/
v1
/
auth
/
logout
Logout
curl --request POST \
  --url https://www.manglai.io/api/v1/auth/logout \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://developers.manglai.io/llms.txt

Use this file to discover all available pages before exploring further.

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Respuesta

200

Successfully logged out