HireHive provides a robust API that allows developers to securely access their dashboard environment’s data and programmatically update settings.
All APIs in this section require a bearer token used to authenticate requests and make sure the caller is authorized to access the resources in the requests.
Please follow these steps:
Use the token generated through dashboard to programmatically access HireHive’s API by adding it to the Authentication header of your HTTP request.
Example:
400
- Bad Request. The form of the request is invalid. Please check that the path parameters, query parameters, or the request’s body contains the correct and expected information defined in our docs.401
- Unauthorized. The endpoint that is being accessed requires an Authorization header.403
- Forbidden. The token authorized for the HTTP call does not have access to the resource defined by the endpoint (eg. the specific environment, allowlist, user, etc.)404
- Not found. The path of the requested resource could not be found. Please check that the URL path is correct or that the ID provided is correct.HireHive provides a robust API that allows developers to securely access their dashboard environment’s data and programmatically update settings.
All APIs in this section require a bearer token used to authenticate requests and make sure the caller is authorized to access the resources in the requests.
Please follow these steps:
Use the token generated through dashboard to programmatically access HireHive’s API by adding it to the Authentication header of your HTTP request.
Example:
400
- Bad Request. The form of the request is invalid. Please check that the path parameters, query parameters, or the request’s body contains the correct and expected information defined in our docs.401
- Unauthorized. The endpoint that is being accessed requires an Authorization header.403
- Forbidden. The token authorized for the HTTP call does not have access to the resource defined by the endpoint (eg. the specific environment, allowlist, user, etc.)404
- Not found. The path of the requested resource could not be found. Please check that the URL path is correct or that the ID provided is correct.