Get bank template JSON Schema
GET/v1/bank-template-schemaReturns the JSON Schema for the bank template manifest format. Use this to validate template manifests before importing.
Authentication required — include an
Authorization: Bearer hsk_...header. See Authentication for details.
Example Request
bash
curl -X GET 'https://api.hindsight.vectorize.io/v1/bank-template-schema' \
-H 'Authorization: Bearer hsk_your_api_key'Responses
200 — Successful Response
Source: /v1/bank-template-schema