hokify ATS Api
General Notes
Before you begin, here are some important details you need to know:
Authentication: To access the API, you'll need a mandator-ID and a token. To request access, please contact us. See details: "Authentication"
OAuth2 Flow: After receiving credentials, follow the OAuth2 flow for authentication. You can find details in our Swagger file or provided examples.
Language Handling: The API checks the accept-language header in all requests. If it is missing, it assumes the language is German (de).
The API offers a "push" approach for directly adding jobs to hokify. Alternatively, you can opt for a "pull" method by providing an XML feed, allowing us to retrieve job data from your source as needed.
hokify outgoing IP addresses for firewall allowlist
if required, allow the following outgoing IP addresses in your firewall [click to open]52.28.50.139
52.57.153.8
213.47.145.18
13.48.89.25
API endpoints
Test Environment:
https://test.hokify.com/ats-api/Production Environment:
https://hokify.com/ats-api/
Tutorials
Create a Job: Learn how to create a job listing using the hokify ATS-API.Â
Fetch Applications: Discover how to fetch applications submitted through the platform.
Swagger Definition
Explore and understand the hokify ATS-API using Swagger, a powerful tool for documenting and testing APIs. Swagger provides an interactive interface that allows you to visualize and interact with the API endpoints, making it easier to comprehend and work with the API.
Swagger Editor to explore and try our ATS-API:
https://editor.swagger.io/?url=https://hokify.com/ats-api/openapi.yamlFor more advanced use cases, you can download the hokify ATS-API OpenAPI definition file:
https://hokify.com/ats-api/openapi.yaml
For generating a client for your project, refer to https://swagger.io/swagger-codegen/.
Feel free to navigate through our documentation to understand the ins and outs of integrating with hokify's ATS-API.
If you have any questions or need further assistance, don't hesitate to reach out to our support team.
Happy integrating!