Making an API Call

You will be able to access HCSS APIs by adding a bearer token to the Authorization header of your requests.

Here is a sample API request that retrieves your company's business units, in cURL, using the example Identity Server response on the Request Tokens page.

curl -i -H "Authorization: Bearer MTQ0NjJkZ" https://api.hcssapps.com/heavyjob/api/v1/businessUnits

For troubleshooting, you can Contact Us or check out common issues in our documentation: Bad Request Unauthorized, Forbidden, Not Found, and Unsupported Media Type.

Making your first API call

🔄

Try using the Setups GET All Business Units endpoint!

Enter your Client ID and Client Secret in the credentials section.

Then, click on Authorize to generate an access token. Now, you can use the Request by clicking the Try It! button.

If you receive an HTTP 403 Forbidden response, your client needs to be updated to possess the dis:read scope and you have to reauthorize and generate a new token!