Spec0docs
API Reference

Get a registered spec

GET
/mock-server/specs/{specId}

Path Parameters

specId*string
Formatuuid

Response Body

application/json

curl -X GET "http://localhost:8080/mock-server/specs/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "specId": "4fb8206c-5754-4ab6-9515-c4f7e63a0ec3",
  "specName": "string",
  "specVersion": "string",
  "specHash": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}
Empty