List Pactvera Folders
GET/public-api/v1/pactvera/folders
EndPoint Description : Retrieves all folders available to the authenticated organization. This is a mandatory prerequisite step in the Pactvera lifecycle.
Details :
- Returns folders scoped to the authenticated organization.
- A folder must be selected before creating or editing a Pactvera.
- The folderId from this response is required when calling Create/Edit Pactvera or Use Template APIs.
- The selected folder remains associated with the Pactvera throughout its lifecycle.
Request
Responses
- 200
- 401
- 500
List of Pactvera folders has been successfully retrieved.
Unauthorized – Invalid or missing token.
Internal Server Error