schema
object with all the details related to the schema, namely, id
, language
, type
, schema
etc.Requires API Key as X-Api-Key
request header orapikey
URL query parameter.
curl --location --request GET 'https://api.getpostman.com/apis//versions//schemas/'
{
"schema": {
"apiVersion": "ad810c39-df60-434e-a76f-a2192cd8d81f",
"createdAt": "2019-02-12T19:34:49.000Z",
"createdBy": "5665",
"id": "e3b3a0b7-34d5-4fc5-83e0-118bd9e8c822",
"language": "yaml",
"type": "openapi3",
"updateBy": "5665",
"updatedAt": "2019-02-12T19:34:49.000Z"
}
}