Skip to content
English
  • There are no suggestions because the search field is empty.

HR Learn: API v2 - Authentication and Headers

The HR Learn LMS API uses your API key embedded in a header to authenticate requests.

The HR Learn LMS API uses your API key embedded in a header to authenticate requests. You can view and manage your API key in the System > API area of the HR Learn LMS interface. Your API key gives access to execute all of the API methods below, so be sure to keep it secure within your applications that call the HR Learn LMS API.

All requests made to the HR Learn LMS API must be made over HTTPS and require the following headers to be supplied for proper authentication and processing.

Header

Value

ApiKey

{Your HR Learn LMS API Key}

Content-Type

application/json

Requests that do not meet the requirements above will fail with either a 400 (Bad Request) or 401 (Not Authorized) HTTP code.