API Response
Possibles Responses generated from API request.
We have put together all the API response status code you'll get from using our API endpoints.
### 200 - OKEverything is ok.
### 201 - createRequest was created.
### 400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
### 401 - UnauthorizedNo valid API key provided.
### 402 - Request FailedThe parameters were valid but the request failed.
### 403 - ForbiddenThe API key doesn't have permissions to perform the request. Usually because the user's account is not active.
### 404 - Not FoundThe requested resource doesn't exist. Usually because of missing parameters.
### 409 - ConflictThe request conflicts with another request.
### 500 - 504 - Server ErrorsSomething went wrong on LINK's end.
Updated about 1 month ago