Read pricing tables from template
documentedRetrieve the pricing table definitions from a template to map identifiers and columns.
GET /v1/templates/{template_id}/pricing-tablesTemplatesno 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.getaccept.com/v1/templates/{{$template_id}}/pricing-tables" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"