Sign in

Check certificate

documented

Check that a certificate code is valid for a particular appointment type.

GET /certificates/checkCertificatesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://acuityscheduling.com/api/v1/certificates/check?certificate_code={{$certificate_code}}&appointment_type_id={{$appointment_type_id}}&client_email={{$client_email}}" \
  -u "{{ACUITYSCHEDULING_USERNAME}}:{{ACUITYSCHEDULING_PASSWORD}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Check certificate · acuityscheduling · OpenIntegrations