List Form Templates
GET/public-api/v1/pactvera/form-template-listing
EndPoint Description : Retrieves a paginated list of form templates available to the authenticated organization. Use this API before attaching form requests to a Pactvera.
Details :
- Returns form templates scoped to the authenticated organization.
- Each template defines the structure and fields of a form request.
- Supports pagination and filtering via query parameters.
- The templateId from the response is required when attaching form requests to a Pactvera.
Request
Responses
- 200
- 401
- 500
List of Pactvera Form Template has been successfully retrieved.
Unauthorized – Invalid or missing token.
Internal Server Error