GET
/
client
/
get
/
{company_slug}
/
{client_id}
/
curl --request GET \
  --url https://api.hierarch.io/v1/client/get/{company_slug}/{client_id}/ \
  --header 'token: <api-key>'
{
  "id": 123,
  "profile_photo": "<string>",
  "status": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "email": "<string>",
  "phone": "<string>",
  "home_phone": "<string>",
  "work_phone": "<string>",
  "country": "<string>",
  "home_address": "<string>",
  "work_address": "<string>",
  "company_name": "<string>",
  "company_website": "<string>",
  "company_address": "<string>",
  "facebook": "<string>",
  "instagram": "<string>",
  "twitter": "<string>",
  "linkedin": "<string>",
  "skype": "<string>",
  "whatsapp": "<string>",
  "msteams": "<string>",
  "slack": "<string>",
  "discord": "<string>",
  "last_update": "<string>",
  "datetime": "<string>"
}

Authorizations

token
string
header
required

API token provided to your company

Path Parameters

company_slug
string
required

This is your company url

client_id
string
required

Client ID

Response

200
application/json

OK Response

The response is of type object.