Skip to content

Instantly share code, notes, and snippets.

@typhonius
Created February 9, 2026 20:15
Show Gist options
  • Select an option

  • Save typhonius/f5db8dd7314ded6a82b2801e4b1424fc to your computer and use it in GitHub Desktop.

Select an option

Save typhonius/f5db8dd7314ded6a82b2801e4b1424fc to your computer and use it in GitHub Desktop.
{
"openapi": "3.0.0",
"info": {
"title": "httpbin Basic API",
"version": "1.0.0"
},
"paths": {
"/status/200": {
"get": {
"summary": "Returns a 200 OK status code",
"responses": {
"200": {
"description": "Successful response"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment