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 on your application's page. - 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 on your application's page. HTTPS required (HTTP allowed for localhost).