cURL
curl --request POST \ --url https://{subdomain}.mindhunters.ai/api/v1/appointments/{uuid}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "approved" } '
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
approved
pending
rejected
Status updated successfully