# Making API Requests

All API calls are made to an API REST server, using GET, POST, PATCH, or DELETE requests, depending on the API.

The body of each request, if any, should be plaintext containing valid JSON.

Each request needs to have a proper [**Management API Authorization**](https://docs.licensespring.com/management-api/management-api-authorization) header.

### API Version

All APIs should be used in their `/api/v1/` version.

{% hint style="info" %}
If not specified, endpoints have a maximum pagination limit of **1000 items per request**.
{% endhint %}


---

# 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.licensespring.com/management-api/making-api-requests.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.
