GET
/
merchant
/
integration
/
quickbooks
/
disconnection
Disconnection Quickbooks
curl --request GET \
  --url https://api.unibee.top/merchant/integration/quickbooks/disconnection \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "data": {},
  "message": "<string>",
  "redirect": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

The response is of type object.