Get Template
The Get Template endpoint returns template object for provided template ID.
Documentation Index
Fetch the complete documentation index at: https://docs.axle.insure/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your secret API key. This will be shared with you during onboarding and should be considered sensitive - it’s a password after all! Your secret will be matched with your client ID to authenticate your requests.
Headers
Your client ID. This will be shared with you during onboarding.
The client ID of the destination client. This is optional and only used by platform clients. See the Axle for Platforms guide for more information.
Path Parameters
The unique ID of the Validation template.
Response
Indicates whether the operation was performed successfully.
true
Validation Template object for client.
{
"id": "tem_jsK9vrCIfABlCW7PqIknc",
"displayName": "Example Template",
"createdAt": "2025-06-10T13:57:22.300Z",
"modifiedAt": "2025-06-10T13:57:22.300Z",
"rules": [
{ "rule": "policy-active" },
{
"rule": "collision-coverage-meets-requirements",
"input": {
"deductible": {
"source": "maxDeductible",
"default": "500"
}
}
}
]
}