# API Response

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

{% hint style="success" %}

#### <mark style="color:green;">200 - OK</mark>

Everything is ok.
{% endhint %}

{% hint style="success" %}

#### <mark style="color:green;">201 - Create</mark>

Request was created.
{% endhint %}

{% hint style="warning" %}

#### <mark style="color:orange;">400 - Bad Request</mark>

The request was unacceptable, often due to missing a required parameter.
{% endhint %}

{% hint style="warning" %}

#### <mark style="color:orange;">401 - Unauthorized</mark>

No valid API key provided.
{% endhint %}

{% hint style="warning" %}

#### <mark style="color:orange;">402 - Request Failed</mark>

The parameters were valid but the request failed.
{% endhint %}

{% hint style="warning" %}

#### <mark style="color:orange;">403 - Forbidden</mark>

The API key doesn't have permissions to perform the request. Usually because the user's account is not active.
{% endhint %}

{% hint style="warning" %}

#### <mark style="color:orange;">404 - Not Found</mark>

The requested resource doesn't exist. Usually because of missing parameters.
{% endhint %}

{% hint style="warning" %}

#### <mark style="color:orange;">409 - Conflict</mark>

The request conflicts with another request.
{% endhint %}

{% hint style="danger" %}

#### <mark style="color:red;">500 - 504 - Server Errors</mark>

Something went wrong on LINK's end.
{% endhint %}
