Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 820 Bytes

index.html.md

File metadata and controls

35 lines (23 loc) · 820 Bytes
title language_tabs toc_footers includes search
InQuicker API V3 Reference
shell
ruby
python
javascript
<a href='#'>Sign Up for a Developer Key</a>
schedules
errors
true

Introduction

Welcome to the InQuicker API! You can use our API to enable patient scheduling in your business or application.

Authentication

InQuicker uses API keys to allow access to the API. You can retrieve your InQuicker API key by contacting your Account Representative.

InQuicker expects for the API key to be included in all API requests to the server in as a query parameter that looks like the following:

api_key=this-is-your-api-key

You must replace this-is-your-api-key with your personal API key.