# Operational Services

These endpoints are a collection of APIs to be used by a lender or an integrator to get information about their accounts, profiles, and wallet balances.

## Monitoring API performance

Our APIs provide endpoints for customers to check  the status of the Adjútor API service to ensure that it is functioning properly. With this service, you are able to access information in a timely fashion and troubleshoot any issues, helping you stay informed and in control of your system at all times.

While some of these information are available on the web application, it is possible you might want to get these via APIs. Below are some of the services available via these APIs:

<table><thead><tr><th width="179">API Endpoint</th><th>Description</th></tr></thead><tbody><tr><td><a href="https://api.adjutor.io/#943e2b29-955e-44ff-89f0-b7778effadd4">Get Pricing</a></td><td>This endpoint is used to obtain the current pricing of the API services. Kindly note that pricing may be different from lender to lender due to commercial negotiations that could have provide some lenders with a different pricing due to volume commitment.</td></tr><tr><td><a href="https://api.adjutor.io/#a9942d12-c8a4-4be0-8da8-20f268b3af37">Get Wallet</a></td><td>This request is used to obtain the wallet information on the lender's profile.</td></tr><tr><td><a href="https://api.adjutor.io/#04211f32-f733-47b6-982a-aa54d79ddb2b">Get API Audit Logs</a></td><td>This endpoint is used to get the audit logs of the API calls made on the profile. It is currently under development</td></tr><tr><td><a href="https://api.adjutor.io/#f6bf5fab-caa8-426c-8672-23f0173debc2">Get Status Check</a></td><td>This endpoint is used to obtain the status of systems under Adjutor.</td></tr><tr><td></td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adjutor.io/adjutor-api-endpoints/platform-data/operational-services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
