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:

  1. Add the credentials to Zisoo Cruit at https://cruit.zisoo.nl/settings

  2. 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"
}

Last updated

Was this helpful?