Sign in

Retrieve a credit

documented

Retrieves details of a credit.

GET /credits/{id}Billingno 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://{{$account_url}}.quadernoapp.com/api/credits/{{$id}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{QUADERNO_API_KEY}}" \
# Source: turn2view0
Retrieve a credit · Quaderno · OpenIntegrations