This endpoint allows you to fetch times that are available to book appointments on your apptoto booking pages.

By default, the result will be an array of times in ISO8601 format. Only available times will be returned.

If you need all of the possible times returned with an "available" flag on each, then set the "expanded" flag to true.

{
	"availability": [
    {
      "time": "2023-03-24T11:30:00",
      "available": true,
      "link": "https://booktimewithme.apptoto.com/default/12313213"
    },
    {
      "time": "2023-03-24T12:00:00",
      "available": false
    },
    ...
  ]
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!