GET https://api.getpostman.com/apis/{{apiId}}/versions/{{apiVersionId}}/releases/{{apiReleaseId}}
This endpoint is deprecated in Qodex v10 and higher. Gets information about an API version's release.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"release": {
"id": "3563baaa-07a2-46ed-9fd2-0e8a3c5f7ec2",
"name": "Release 1.0",
"summary": "This is the first release.",
"description": "This is the first release of the Test API. For more information, read the documentation.",
"visibility": "public"
}
} |
ENDPOINTS