API Forum
CATS gives you the option to create your own career portal if you don’t want to use our plug & play career portal which comes with your CATS account.
We have full documentation of our API here.
If you just want to have the jobs posted to your website and have the appplicants sended to CATS once they applied then the following API’s is all you need.
https://docs.catsone.com/api/v3/#portals-list-all-portals is where you find your portal.
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.
If you are a professional developer and have technical questions you can ask for help in the API forum.