Response Codes
BlockSurvey uses standard HTTP status codes like 2xx for success and 4xx and 5xx for failure. Refer to the following table for status codes. Response Codes and Descriptions
200 OK
The request has succeeded.
400 Bad Request
The request has missing required parameters or validation errors.
401 Unauthorized
The request has not been applied because it lacks valid authentication credentials for the target resource.
403 Forbidden
Correct API key provided but the user doesn't have the team role/permission.
404 Not Found
The requested resource doesn’t exist.
429 Too Many Requests
The user has sent too many requests in a given amount of time.
500 Internal Server Error
The server encountered an unexpected condition that prevented it from fulfilling the request.
Last updated