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