Get payment sum for service by company

Get payment sum for service by company for the given period.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\+[0-9]{2}:[0-9]{2}$

The start date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)

string
^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}\+[0-9]{2}:[0-9]{2}$

The end date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)

string
enum

Service to filter by.

Allowed:
string
enum

Sub-type of the service. The enum is shared by all services, but each service accepts only its own values. Required when service=BOT (gpt|messages): a value outside that pair (for example llm) is not accepted and the response carries an error message instead of a sum, because BOT is read from two distinct indices and has no default to fall back to. Optional when service=AGENT (llm|tts|stt) to narrow the sum to a single AI-agent service; omit to sum across LLM, TTS and STT. For service=AGENT (and for the services that do not use subType at all) a value that does not belong to the requested service (for example gpt when service=AGENT) is IGNORED: the response is 200 and contains the full sum across all sub-types, exactly as if subType was omitted. This does not apply to service=BOT, which still rejects a foreign value as described above.

Allowed:
integer

The company identifier.

Responses

400

Invalid input parameters

401

User is not authenticated

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json