Read pricing tables from document
documentedRetrieve pricing tables data embedded in a specific document.
GET /v1/documents/{document_id}/pricing-tablesDocumentsno 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/documents/{{$document_id}}/pricing-tables" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"