Get Pactvera details
GET/public-api/v1/pactvera/:id
This API provides a detailed view of a specific Pactvera. Retrieves the full details of a specific Pactvera, including all linked form and document requests.
Details :
- Requires the Pactvera id as a path parameter.
- Returns complete Pactvera metadata, current status, and associated requests.
- Results are scoped to the authenticated organization.
- Use this API for detail views and lifecycle review throughout the Pactvera workflow.
Request
Responses
- 200
- 401
- 404
- 500
Pactvera request has been successfully retrieved.
Unauthorized – Invalid or missing token.
Pactvera request not found.
Internal Server Error