version
object which would contain all the details of the API Version.Requires API Key as X-Api-Key
request header orapikey
URL query parameter.
curl --location --request GET 'https://api.getpostman.com/apis//versions/'
{
"version": {
"api": "06e41ca3-8bea-4bc5-a726-70338b9f1940",
"createdAt": "2019-07-21T16:31:15.000Z",
"createdBy": "5665",
"id": "03c17f53-7e2e-427d-b55a-006b244f29ff",
"name": "0.1",
"schema": [
"3484cd1e-e00d-4c39-aea4-539663afe898"
],
"updatedAt": "2019-07-21T16:31:15.000Z",
"updatedBy": "5665"
}
}