Obtain API Keys

Go to console and obtain your API key. You will need this key to authenticate your requests.

BaseURL

All the endpoints are prefixed with the following base URL:

https://gateway.getapihub.cloud/api

The response will be in JSON format. The rest of the API endpoints you can find in the sidebar.

Authentication

All the endpoints require an API key to be passed in the header. You can pass the API key in the header as shown below:

curl -X GET "https://gateway.getapihub.cloud/api/company?li_company_url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fgoogle%2F" -H  "X-API-Key: $YOUR_API_KEY"