• Tour
  • Features
  • Pricing
  • Blog
  • Support
  • Create Account
  • Login
  1. Support
  2. API
  3. API Authentication

API Authentication

API requests must be authenticated with a user-specific key. See the API key management FAQ for details on managing your API keys.

Authentication is achieved by passing your API key along with the Authorization header in your API request.

Examples

curl

> curl -vk \
       -H 'Content-Type: application/json' \
       -H 'Authorization: API_KEY_HERE' \
       -X GET 'https://www.appointment.one/api/v1/ping'

{"message":"success"}

python Requests

>>> import requests

>>> r = requests.get('https://www.appointment.one/api/v1/ping', 
                    headers= {'Authorization': 'API_KEY_HERE'})

>>> print r.json()
{u'message': u'success'}

We're doing amazing things at Appointment.one. Experience simple scheduling without email tag or double booking.


or click to learn more about Appointment.one.

Appointment.one

  • About
  • Login
  • Tour
  • Pricing
  • Support
  • Create Account
Recent Posts
Contact Us
  • info@Appointment.one
  • (612) 367-7574
  • @AppointmentOne

The preferred scheduling tool used by

  • Individuals, Teams, Groups
  • Insurance Agents, Tax Professionals, Recruiters, Freelancers,
Terms of Service · Privacy Policy ·

Copyright © 2022