# List employers **GET /employers** Returns all employers belonging to your organisation. Each employer includes both `id` (UUID) and `externalReference` (PEN + company number) for cross-referencing. ## Servers - Production: https://partner-api.getpenfold.com/v1 (Production) - Staging: https://partner-api.getpenfold.dev/v1 (Staging) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 List of employers #### Body: application/json (object) - **employers** (array[object]) ### 401 Missing or invalid authentication token #### Body: application/json (object) - **error** (string) ### 500 Internal server error #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)