Billing plan all

For most of the calls, it is required to specify the Billing Plan in the endpoint for which the API usage is granted, as previously commercially agreed.

Possible values for {billing_plan} are the following:

  • licence: using only a subset of API, with a specific subscribed deal.
  • ondemand: each call will be billed. A single API callback price will be calculated based on a specific tier.

Therefore, when billing plan is required for a request, the call will have the following pattern:

Template
curl 'https://api.datappeal.io/v4/{billing_plan}/account/{account_id}/…' \
-H 'x-api-key: {x_api_key}' \
-H 'Authorization: Bearer {jwt_bearer}' \