Having trouble connecting to Checklick using the API? Here are a few common mistakes:
- Are you sending your request to api.checklick.com?
- Are you sending your request over HTTPS?
- Does your request include the MIME-type header:
Content-Type:application/vnd.api+json
- Does your request include the api version header, such as:
Api-Version:2
- Does your request include a valid secret key header, like:
Authorization:Token token=2c96ef73e5ad003362b1851cb7c607f3
- Does your request include an organization ID header that matches your secret key, like:
Organization-Id:999
If you're still having trouble, send an email to support@checklick.com, and we'll be happy to help you debug your connection!