Skip to main content
We have put together all the API response status code you’ll get from using our API endpoints.

### 200 - OK

Everything is ok.

### 201 - create

Request was created.

### 400 - Bad Request

The request was unacceptable, often due to missing a required parameter.

### 401 - Unauthorized

No valid API key provided.

### 402 - Request Failed

The parameters were valid but the request failed.

### 403 - Forbidden

The API key doesn’t have permissions to perform the request. Usually because the user’s account is not active.

### 404 - Not Found

The requested resource doesn’t exist. Usually because of missing parameters.

### 409 - Conflict

The request conflicts with another request.

### 500 - 504 - Server Errors

Something went wrong on LINK’s end.

Customer API API Integration