Sign in

Read pricing tables from document

documented

Retrieve pricing tables data embedded in a specific document.

GET /v1/documents/{document_id}/pricing-tablesDocumentsno 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.getaccept.com/v1/documents/{{$document_id}}/pricing-tables" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"