EDS
JLS Crewbook
Authenticate employees and access company directory data from any internal app.
Base URL
https://<your-eds-host>/api/v1Replace <your-eds-host>with your deployment's hostname.
Get started#
Prerequisites
To integrate with EDS you'll need three things:
- Client ID — the UUID identifier for your API key, used as
client_idin OAuth requests. Find it by clicking "View Details" on your API key. - API key secret — used in the
x-api-keyheader for server-to-server calls (token exchange, introspect, revoke). - Redirect URI— your app's callback URL, registered via View Details. HTTPS required (HTTP allowed for localhost).