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>"
}
Retrieves company information
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>"
}
API token provided to your company
This is your company url
OK Response
The response is of type object
.
Was this page helpful?