Get Business Account data
API Reference:
Get Business API
Below are the minimum requirements for a successful call:
- Authorization token
- Business ID (UID)
(see details here)
Sending a request to get the account data will respond with extended list of details on the account.
Some of the returned information is: Business information, User information, Integrations details, Plan details, Metadata such as External ID, Identities, Branding, Setup mode, Note, Tags etc...
Example of Get Account API request:
curl --request GET \
--url https://api.vcita.biz/platform/v1/businesses/{{BUSINESS_ID}} \
--header 'Content-Type: application/json'
Updated 8 months ago
What’s Next