Spec0docs
API Reference

List version history for a published API

GET
/public/registry/{orgSlug}/{apiSlug}/versions

Path Parameters

orgSlug*string
apiSlug*string

Response Body

application/json

application/json

curl -X GET "https://loading/public/registry/string/string/versions"
[
  {
    "versionId": "14707576-2549-4848-82ed-f68f8a1b47c7",
    "tag": "string",
    "gitSha": "string",
    "releaseNotes": "string",
    "publishedAt": "string"
  }
]
{
  "status": 0,
  "title": "string",
  "detail": "string"
}