Here you'll find guides and documentation to help you start working with Acuity as quickly as possible, as well as support if you get stuck. Let's jump right in!
<iframe src="https://example.acuityscheduling.com" width="100%" height="800" frameBorder="0"></iframe>
<script src="https://embed.acuityscheduling.com/js/embed.js" type="text/javascript"></script>
POST https://acuityscheduling.com/api/v1/appointments
{
"datetime": "2016-12-03T14:00:00-0800",
"appointmentTypeID": 1,
"firstName": "Bob",
"lastName": "McTest",
"email": "[email protected]",
"fields": [{
"id": 1,
"value": "Party time!"
}]
}
>> 200 OK