If your integration does not require administrator access, it’s a good idea to create a separate user on your job board to authenticate the API requests.
API Documentation
Authentication
The API uses Basic HTTP Authentication to authenticate requests.
Authenticate each request by providing your user encoded email and password in an Authorization header:
You can learn more about Basic HTTP Authentication.