To get instance status
there are 7 instance statuses
initialize when the instance is being initialized and not ready yet to get the QR code.
initialize
qr ( when instance generating qr, this status only appears when you are logged out)
qr
loading_screen (this status appears while scanning QR and loading data )
loading_screen
authenticated ( this status appears before the instance becomes ready status )
authenticated
ready
ready ( this status appears when the instance is ready to send & receive messages after QR scanned )
disconnected ( this status appears when you are logged out from your device/phone )
disconnected
auth_failure ( this status appears when the instance failure to authenticate your device for any reason )
auth_failure
GET https://api.cartat.net/instance/status
GET
https://api.cartat.net/instance/status
Accept*
application/json
Content-Type*
Authorization*
Bearer {{token}}
you can find your access token here
{ "status": "qr" }
Last updated 1 year ago