Web request - do not return results

Hi Olexander

I hope you can help me.

This is my Web request

I do not get an error. No records are returned. Somebody test it and used:

curl -X GET “https://api.smartrecruiters.com/v1/companies/companyname/postings” -H “accept: application/json; charset=utf-8” -H "X-SmartToken: "

companyname & black in my example is the correct company name.

And got 203 results.

I do not know how to add the X-SmartToken

Thanks

Hi Rykie,

I do not know how to add the X-SmartToken

You seem to have it applied correctly.

Try removing the Accept-Charset header, and instead specify the following for the Accept header:

application/json; charset=utf-8

Everything else looks correct in your screenshot.

Thanks, Dmitry.