Partner API
Features

Adding data to the candidate

After receiving the candidate webhook, event of type new, you can use the candidate ID to post data back into Jobylon for display in the candidate profile page.

For more details, see the /candidates/{candidate_id}/result in the Api Reference/OpenAPI

Example

The payload below yields the following candidate card for your integration. This card will present on the application detail page.

Document image

json


Logs

Despite being part of the card, logs are added via a dedicated endpoint. For logs, please check /candidates/{candidate_id}/logs in the Api Reference/OpenAPI