Preloader
200
404
500
201
403

Response Codes

CryptLink - كريبت لينك responses include standard HTTP status codes to indicate the success or failure of a request. Successful responses will have a status code of 200 OK, while various error conditions will be represented by different status codes along with error messages in the response body.

REQ
Request
API
Process
200
Success
JSON
Response
2xx
Success
Request was successful and processed correctly
200 OK - Request successful
201 Created - Resource created
202 Accepted - Request accepted
1xx
Informational
Request received and processing continues
100 Continue - Request continues
101 Switching Protocols
102 Processing - Request processing
4xx
Client Error
Request contains bad syntax or cannot be fulfilled
400 Bad Request - Invalid syntax
401 Unauthorized - Authentication required
403 Forbidden - Access denied
404 Not Found - Resource not found
5xx
Server Error
Server failed to fulfill a valid request
500 Internal Server Error
502 Bad Gateway - Invalid response
503 Service Unavailable