Has anyone had experience adding JobAdder's API into a wix page? Parsing error?

I have copy/pasted JobAdder’s API code into my wix page, but it all goes red and says ‘parsing error: unexpected token’.

Here is a link to JobAdder’s API code which I just copied into my page’s corvid code: https://developers.jobadder.com/docs/

Am I supposed to set it up so that it knows I am using a third party API? Does it have to connect to a button or something? Or can I directly put it into the page?

Any feedback is greatly appreciated I am struggling to understand the issue as my coding experience is extremely limited to html/css.

Hi,
To access third party API using Wix you need to use the Wix fetch API. Click here to learn more.

You can also add 3rd party code using once of the options described here .