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

# Overview

> Possibles Responses generated from API request.

We have put together all the API response status code you'll get from using our API endpoints.

<Check>
  ### ### 200 - OK

  Everything is ok.
</Check>

<Check>
  ### ### 201 - create

  Request was created.
</Check>

<Warning>
  ### ### 400 - Bad Request

  The request was unacceptable, often due to missing a required parameter.
</Warning>

<Warning>
  ### ### 401 - Unauthorized

  No valid API key provided.
</Warning>

<Warning>
  ### ### 402 - Request Failed

  The parameters were valid but the request failed.
</Warning>

<Warning>
  ### ### 403 - Forbidden

  The API key doesn't have permissions to perform the request. Usually because the user's account is not active.
</Warning>

<Warning>
  ### ### 404 - Not Found

  The requested resource doesn't exist. Usually because of missing parameters.
</Warning>

<Warning>
  ### ### 409 - Conflict

  The request conflicts with another request.
</Warning>

<Warning>
  ### ### 500 - 504 - Server Errors

  Something went wrong on LINK's end.
</Warning>

***

[Customer API](/docs/customers)

[API Integration](/docs/bridge-api)
