How to set up API access in Celery
The Celery API lets other apps (like a time tracking tool) connect to your data. You decide exactly what they can see — nothing more.
For example: a time tracking app only needs basic staff info. It does not need to see salaries or documents. You are in control.
Before you start
You need to do two things:
- Turn on the Celery API for your company
- Set permissions on a user
Step 1 — Turn on the Celery API
- Go to Employer → Integrations → General integrations
- Click on Celery API integration
- Set Enabled to Yes
- Save
Step 2 — Set permissions on a user
- Pick a user — either an Account User or a Company User
- Open that user to edit them
- Scroll down to the API Authorisation section
- Tick the permissions you want to give
- Save

