GET https://api.getpostman.com/apis/:apiId/versions/:apiVersionId/releases/:releaseId
This endpoint can be called to get information about a particular Release of the given API Version.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"release": {
"id": "6b34e68d-c8e7-4896-9a4d-6b1e30697609",
"name": "1.0",
"summary": "Initial release summary",
"description": "Initial release description",
"visibility": "public"
}
} |
ENDPOINTS