curl --request GET \
--url https://api.unibee.top/merchant/integration/quickbooks/get_authorization_url \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"authorizationUrl": "<string>"
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
curl --request GET \
--url https://api.unibee.top/merchant/integration/quickbooks/get_authorization_url \
--header 'Authorization: Bearer <token>'
{
"code": 123,
"data": {
"authorizationUrl": "<string>"
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ReturnUrl
The response is of type object
.