List Legal Templates
documentedRetrieve available legal templates for Ready to Certify/Ready to Certify Premium orders.
GET /api/v1/templatesTemplatesno implementation yet0 runsNo 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.rev.com/api/v1/templates?proceeding_type={{$proceeding_type}}&jurisdiction={{$jurisdiction}}&rev_standard={{$rev_standard}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Rev {{REV_API_KEY}}"