Baileys API v1.0.0-beta.1
API documentation for https://github.com/ookamiiixd/baileys-api
Note that all the POST
routes expect a JSON body, so make sure to include the header
Sessions
GETList Sessions
http://localhost:3000/sessions
Return list of all sessions and its status
Example Request
Response Success
200 OK
Example Response
X-Powered-By
Access-Control-Allow-Origin
Content-Type
Content-Length
ETag
Date
Connection
Keep-Alive
GETFind Session
http://localhost:3000/sessions/:sessionId
Simply check if the session exists or not. If you want to check if the session has been authenticated, use the Session Status
route instead
PATH VARIABLES
sessionId
Example Request
Response Success
200 OK
Example Response
X-Powered-By
Access-Control-Allow-Origin
Content-Type
Content-Length
ETag
Date
Connection
Keep-Alive