Keywords:
API |
The Inquisiq 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 Inquisiq 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 Inquisiq LMS API.
All requests made to the Inquisiq LMS API must be made over HTTPS and require the following headers to be supplied for proper authentication and processing.
Header |
Value |
ApiKey |
{Your Inquisiq 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.
Comments
0 comments
Please sign in to leave a comment.