This is the home to the Crownpeak Digital Quality Management (DQM) data APIs. With these APIs you are able to access the data that is displayed within your DQM instance.
If you are looking to integrate our Issue checking functionality with a CMS please check the DQM CMS API instead.
You can also find additional information on our API by visiting this page.
ENCRYPTION / AUTHORIZATION
All API communication are encrypted and sent via 'https://'. To use the APIs you must be an active client of DQM.
All endpoints listed here will require a JWT bearer token passed as an Authorization
HTTP header. This is with the exception for the authenticate endpoint which is initially required to obtain your first JWT.
GETTING STARTED
- Obtain a
JWT token
using the authenticate endpoint
- Extract the userId
uid
from the JWT
programatically or via JWT.io
- Obtain a
clientId
to use in your calls using the users clients endpoint