Skip to main content
GET
/
cdr
/
v1
/
get_business_info
Get Workspace Information
curl --request GET \
  --url https://api.eka.care/cdr/v1/get_business_info/ \
  --header 'auth: <auth>'
{
  "status": "success",
  "bid": "789235904342534",
  "business_name": "Example business"
}

Headers

auth
string
required

The auth token of the business. It is used to authenticate the client. This should be fetched from auth api.

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJiX2lkIjoiMTIzNDU2IiwiY2xpZW50X2lkIjoiNzg5MCIsImV4dHJhX2ZpZWxkIjoiZXh0cmFfZmllbGRfZGF0YSJ9.q9KzBI6f4l3OyM_EkB5Quq0l9EEMFh5JS-fx3F_PHUM"

Response

OK

status
string
Example:

"success"

bid
string
Example:

"789235904342534"

business_name
string
Example:

"Example business"