GET
/
company
/
get
/
{company_slug}
/
curl --request GET \
  --url https://api.hierarch.io/v1/company/get/{company_slug}/ \
  --header 'token: <api-key>'
{
  "slug": "<string>",
  "name": "<string>",
  "email": "<string>",
  "url": "<string>",
  "description": "<string>",
  "slogan": "<string>",
  "country": "<string>",
  "address": "<string>",
  "state_region": "<string>",
  "postcode": "<string>",
  "sector": "<string>",
  "industry": "<string>",
  "currency": "<string>",
  "logo": "<string>",
  "banner": "<string>",
  "thumbnail": "<string>",
  "datetime": "<string>",
  "skype": "<string>",
  "slack": "<string>",
  "whatsapp": "<string>",
  "msteams": "<string>",
  "discord": "<string>",
  "linkedin": "<string>",
  "github": "<string>",
  "facebook": "<string>",
  "instagram": "<string>",
  "twitter": "<string>",
  "pinterest": "<string>",
  "business_hour_start": "<string>",
  "business_hour_end": "<string>",
  "timezone": "<string>",
  "sunday": "<string>",
  "monday": "<string>",
  "tuesday": "<string>",
  "wednesday": "<string>",
  "thusrday": "<string>",
  "friday": "<string>",
  "saturday": "<string>"
}

Authorizations

token
string
header
required

API token provided to your company

Path Parameters

company_slug
string
required

This is your company url

Response

200
application/json

OK Response

The response is of type object.