get https://api.vcita.biz/v1/partners/reports/business
Query the one business basic information. If the email address already exist in our server you'll receive "status:existing"
Responses
Query the one business basic information. If the email address already exist in our server you'll receive "status:existing"
xxxxxxxxxx
curl --location --request GET 'https://api.vcita.com/v1/partners/reports/business?email=user@businessdomain.com' \
--header 'Authorization: Token token = "aaaabbbbccccddddeeeeffff11112222"'
xxxxxxxxxx
23{
"business_id": "aabcc112233"
"first_name": "First Name",
"last_name": "Last Name",
"email": "user@businessdomain.com",
"business_name": "Business Name",
"business_phone": "0102030405",
"business_address": "12th & 3rd manhattan, ny, NY",
"business_description": "Title",
"hide_address": true,
"login_token": "EcVzxNRfLYX8HC32EE2b",
"account_locked": false,
"account_in_trial": false,
"tags": "vip",
"sms_balance": 147,
"external_params": {
"KEY": "test",
"KEY": "7892h3nldsf8n32",
"KEY": "key"
},
"vcita_package": "Unlimited"
"sms_balance:": 549
}