> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fintoc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# HTTP status code summary

| Code                          | Meaning                                                                                              |
| :---------------------------- | :--------------------------------------------------------------------------------------------------- |
| `200 - OK`                    | Everything worked 👌                                                                                 |
| `400 - Bad Request`           | The request contains invalid information and shouldn't be repeated                                   |
| `401 - Unauthorized`          | Your API Key is invalid or you're not sending it the way we expect it 👮                             |
| `402 - Payment Required`      | You must pay to keep using the service                                                               |
| `403 - Forbidden`             | The request is valid, but you don't have the permission to make it 👮                                |
| `404 - Not Found`             | Resource not found. Take a look at the URL you're querying                                           |
| `429 - Too Many Requests`     | You have exceeded the amount of requests per second you can do (5 req/s)                             |
| `500 - Internal Server Error` | Our servers stumbled upon a problem and we are ~~running in circles~~ working *non-stop* to solve it |
| `503 - Service Unavailable`   | The financial institution may be out of service                                                      |
