Logo
30daysofpostman API Documentation

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 or apikey URL query parameter.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "version": { "id": "03c17f53-7e2e-42
Curl
curl -X GET 'https://api.getpostman.com/apis/apiId/versions/apiVersionId'

ENDPOINTS