Authentication
Public endpoints are the endpoints used on your website to apply for a vacancy.
In order to connect with your Easycruit Environment, we need the credentials. The credentials we need are:
Customer
User
Password
You can provide these credentials in two different ways:
Add the credentials to Zisoo Cruit at https://cruit.zisoo.nl/settings
Send the credentials with the request. You can use the X-Auth-* header. So your header will look something like:
{
"Content-Type": "application/json",
"X-Auth-Customer": "CUSTOMER",
"X-Auth-User": "USER",
"X-Auth-Password": "PASSWORD"
}
Important note: only use the second option in your backend code. Never expose your Easycruit credentials to the internet. In case you need to call the API from the frontend, use the first option.
Last updated
Was this helpful?