Agreement templates
Was this helpful?
Was this helpful?
Was this helpful?
GET /api/agreement-templates/{templateId} HTTP/1.1
Host: platform-api-development.azo.dev
Authorization: Bearer YOUR_SECRET_TOKEN
organization_code: YOUR_API_KEY
Accept: */*
{
"id": 1,
"organizationId": 1,
"name": "Standard Agreement",
"userAction": "ConsumerOnboarding",
"contentHtml": "<p>Agreement content here</p>",
"fields": [],
"createdAt": "2023-01-01T00:00:00Z",
"updatedAt": "2023-01-01T00:00:00Z"
}