Retrieves session owners for a specific client and appointment category
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://api.ffdemo.ufp.ai/tenants//clients//session_owner?appointment_catagory_id=undefined' \
--header 'Authorization: Bearer <token>'
Modified at 2025-03-21 07:23:14