What is a billable API call?
Hey guys,
I am about to start building a search using an endpoint which consolidates multiple API calls. Nothing external is being accessed and nothing external accesses the endpoint. The only thing that accesses the endpoint is the @overridden Lithium search bar.
Is any call made by the search bar to the endpoint classed as a billable call? Or is a billable call only communication to/from an external source.
The reason for this question is the fact that we don't want to make too many billable API calls with this and future components that we make. So understanding this can help us keep the amount to a minimum.
Cheers,
Jake
Hi Jake_N,
Only those calls made from external system are classed as billable API calls.
Any API call made within the Lithium Community platform are not billable API calls.
So in this case, it is not billable.
Thanks!