Fetch the Public API v1 OpenAPI specification
Returns this very document as `application/yaml`. Unauthenticated — the spec is public. Rate-limited per caller IP (60 req/min) and cacheable for 5 minutes at the edge.
GET
/openapi.yaml
Response Body
Section titled “Response Body”application/yaml
application/json
curl -X GET "https://api.salfio.com/v1/openapi.yaml"
"string"
{
"error": {
"code": "rate_limited",
"message": "Rate limit exceeded",
"details": {
"retry_after_seconds": 30
}
}
}