Greenhouse Onboarding supports both a GraphQL API and a REST API. Use either one to query and update your employee, team, and company information.
Why Greenhouse Onboarding supports GraphQL
Request only the data you need, which increases throughput.
Use introspection to see exactly how the schema is structured. Tools like GraphiQL let you explore the full API, including autocomplete.
Build against an industry standard supported by a wide range of tools and organizations.
Additional resources
Learn more about the Greenhouse Onboarding API, GraphQL, and REST with the following resources:
Onboarding API Developer Documentation: Review Greenhouse's developer documentation to learn what the Greenhouse Onboarding API can do and how to use it.
REST API Documentation: Review the available REST endpoints and how to use them.
GraphQL: Review documentation on the GraphQL framework and learn how to use GraphQL.