API tokens and developer access

Create API tokens and call the REST API on behalf of your organization.

Creado el 25 de mayo de 2026

Want to connect the app to your own tools? Create an API token and call the REST API directly.

Create a token

  1. Go to Tokens.

  2. Create a new token and give it a name that describes where it'll be used (for example, "Zapier" or "Internal dashboard").

  3. Copy the token right away — for security, it's shown only once. If you lose it, revoke it and create a new one.

Using a token

Send the token as a Bearer token in the Authorization header of your requests:

Authorization: Bearer YOUR_TOKEN_HERE

A token acts on behalf of your organization, so it can access that organization's jobs and candidates.

Managing tokens

The Tokens page lists each token with the date it was created and when it was last used — handy for spotting tokens you no longer need. Click Revoke to disable a token immediately; revoking can't be undone, so just create a new one if you need access again.

Tips

  • Use a separate token per integration so you can revoke one without affecting the others.

  • Review the last used column periodically and revoke anything that's gone quiet.

  • Never commit a token to a public repository or share it in plain text.

Artículos relacionados