When sending an API request for practitioner appointment availability, I get the error below.
{
"error": {
"type": "invalid_request_error",
"message": "The appointment could not be processed",
"params": {
"practitioner_ids": [
"seem to be missing"
]
}
}
}
HTTP request:
All parameters as per API docs, Authorisation, Application type and user-agent valid. I have used the cURL from the API docs and changed the ID and dates for sanity checks but still get the same error.
Practitioner ID valid and active.
Please refer screenshot and advise.




