Doorgaan naar artikel

Which API's do I need to make my own career portal?

As a quick help and get you started with our API below are the essential calls you want to make. W

https://docs.catsone.com/api/v3/#portals-list-jobs is where you get the jobs on that portal.
https://docs.catsone.com/api/v3/#jobs-list-applications is where you get the applications on a job.
https://docs.catsone.com/api/v3/#jobs-list-application-fields is where you get the fields on the application.
https://docs.catsone.com/api/v3/#portals-submit is the main endpoint for applying to a job.

That last one is the one that actually applies to the job. All the previously mentioned calls are how you get the field data to create the application call.

Common mistake
  • Use the correct host if your account is https://myaccountname.catsone.nl
  • The host for API requests is https://api.catsone.nl/v3
  •  All API requests must be made over HTTPS. HTTP is not supported.
Also visit our developer/API forum if you have technical questions. CATS Developers participate in the forum and willl supply feedback.

Feedback en Kennisbank