MD
R
Markdown

Quick reference for HTTP status codes. Helps developers understand server responses and troubleshoot web requests.

200 for general success 201 for successful creation 400 for bad requests from the client 401 for unauthorized requests 403 for missing permissions 404 for missing resources 429 for too many requests 5xx for internal errors (these should be avoided at all costs)

// Extra If an API needs to be called by a third party, it makes sense to allow authentication via API keys. Version the API https://api.averagecompany.com/v1/health

Created on 5/15/2022