Sign in

Cipher URL

documented

Cipher a URL and optionally generate a short URL.

POST /api/2.3/cipherUrlURL Encryptionno 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://api.agendize.com/api/2.3/companies/{{$companyId}}/cipherUrl\" \
  -X POST \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -d '{"url":"{{$url}}","shortener":{{$shortener}},"validity":{{$validity}},"numberOfAllowedAppointments":{{$numberOfAllowedAppointments}}}'
Cipher URL · Agendize · OpenIntegrations