# Pismo API reference overview
Integrate Pismo solutions with your applications and configure them according to your specific requirements using Pismo's 600+ integration endpoints. The [API reference](https://developers.pismo.io/pismo-docs/reference/post-passport-v1-oauth2-token) describes these endpoints and how to structure your API requests.
Endpoints in the API reference are grouped into the following high-level sections:
* [Platform authentication](https://developers.pismo.io/pismo-docs/reference/post-passport-v1-oauth2-token)
* [Platform setup](https://developers.pismo.io/pismo-docs/reference/get-v1-org)
* [Core platform](https://developers.pismo.io/pismo-docs/reference/get-v1-account-limit)
* [Banking](https://developers.pismo.io/pismo-docs/reference/post-hierarchies)
* [Instant payments](https://developers.pismo.io/pismo-docs/reference/post-pix-out-transfer)
* [Card issuing](https://developers.pismo.io/pismo-docs/reference/post_v1-authorizations)
* [Revolving credit](https://developers.pismo.io/pismo-docs/reference/delinquent-ccount-closure-post)
* [Data and reporting](https://developers.pismo.io/pismo-docs/reference/list-timeline-events)
* [Seller management](https://developers.pismo.io/pismo-docs/reference/createmerchant)
* [Migrations](https://developers.pismo.io/pismo-docs/reference/postaccountsv2)
* [Lending](https://developers.pismo.io/pismo-docs/reference/createloanproduct)
> 📘 Endpoint search
>
> To find a specific endpoint quickly, you can use the **JUMP TO** search field.
>
>
| Key | Item | Description |
|---|---|---|
| 1 | Endpoint name | Summarizes the action done by the endpoint, for example, **Create exchange rate** |
| 2 | HTTP method |
Defines the type of request you are making
|
| 3 | Endpoint URL | Points to the resource where the action is done: `https://sandbox.pismolabs.io/rates/v1/exchange-rates` If an endpoint accepts a path parameter, the URL includes a placeholder: `https://sandbox.pismolabs.io/accounts/v2/customers/{customerId}` |
| 4 | Endpoint overview | Describes the endpoint Make sure you read the overview carefully. It contains important information about prerequisites, endpoint-specific configurations, warnings, and next steps. For example, some endpoints require a specific authentication token type or environment. |
| Key | Item | Description |
|---|---|---|
| 1 | **TIME** column | Indicates how long ago you sent a request To view the exact date and time, hover over the request's **TIME** entry. |
| 2 | **STATUS** column | Indicates the status code of the response received from the API For more information, refer to [Responses](#responses). |
| 3 | **USER AGENT** column | Identifies the user who sent the request. For requests sent through the interactive console, this value is always **Try it!** |
| 4 | **INSPECT REQUEST** button | Reloads the interactive console with the specific inputs used for the selected request |
| 5 | Monthly request log | Shows the number of requests you sent to the endpoint in a four-week running period Successful requests are shown in green and failed requests are shown in red |
| Key | Item | Description |
|---|---|---|
| 1 | **LANGUAGE** selector | Specifies the programming language shown in the code editor Select the more options icon () for a list of additional language options. |
| 2 | **CREDENTIALS** field | Accepts and stores your authentication token The **CREDENTIALS** field is not always present. Depending on the endpoint, an authentication token field is instead included in the **Headers** section. For more information, refer to [Headers](#headers). |
| 3 | **URL** drop-down | Defines the sandbox server where the request is sent The **URL** drop-down is only included for endpoints that have server-specific constraints. For example, if you're sending a request that handles cardholder data, you must use the dedicated Payment Card Industry (PCI) server. `https://gw-pci.pismolabs.io` If the **URL** drop-down is not present on a particular endpoint page, your request is sent to the default `https://sandbox.pismolabs.io` server. For more information, refer to [Environments](https://developers.pismo.io/pismo-docs/docs/environments). |
| 4 | Code editor |
Shows the request in your selected programming language
The code editor updates automatically based on the values you provide in the following sections and fields:
|
| 5 | **RESPONSE** pane | Displays the response to your request The **RESPONSE** pane also provides endpoint-specific examples of successful and failed responses with mock data, showing how a typical real-world example is formatted. |