Get an API Version
GET https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}
This call fetches details about the specified API Version.
The response will contain a 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.
RESPONSES
status: OK
{"version":{"id":"03c17f53-7e2e-427d-b55a-006b244f29ff","name":"0.1","api":"06e41ca3-8bea-4bc5-a726-70338b9f1940","schema":["3484cd1e-e00d-4c39-aea4-539663afe898"],"createdBy":"5665","updatedBy":"5665","createdAt":"2019-07-21T16:31:15.000Z","updatedAt":"2019-07-21T16:31:15.000Z"}}