get
https://api.apptoto.com/v1/availability
This endpoint allows you to fetch times that are available to book appointments on your apptoto booking pages.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
},
...
]
}OAuth scope
Calls authenticated with an OAuth 2.0 bearer token must include the bookings:read scope. A token without it receives a 403 insufficient_scope response. HTTP Basic auth is not scope-gated.
