Skip to main content
GET
/
api
/
v1
/
schedules
/
{uuid}
Get a specific schedule
curl --request GET \
  --url https://{subdomain}.mindhunters.ai/api/v1/schedules/{uuid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Response

Schedule retrieved successfully