Controleert of de ingelogde adviseur beschikbaar is tijdens een bepaalde tijdsperiode. Retourneert false als de adviseur afwezig is of geen beschikbaarheid heeft ingesteld die de hele periode dekt.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Query Params
Responses
🟢200
application/json
Beschikbaarheid status
Body
🟠400
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/advisor/availability/check?startTime&endTime' \
--header'Authorization: Bearer <token>'