Authentication
Learn how to authenticate your API requests
Authorization in the eduMe API is handled through the use of API keys, which
will look something like
5908ff10-9e8e-4523-a418-2305c0d1ef0b
.
These can be unique to a specific group or apply to the whole company. For
all requests to the eduMe API, you should include this key in the
x-api-key
header.
curl https://api.edume.com/public/healthCheck --header "x-api-key: <YOUR-API-KEY>"
You can access and manage your API keys from the admin panel .