cURL
curl --request POST \ --url https://pdfs.platform.arb.inc/templates/list \ --header 'Authorization: Bearer <token>'
{ "templates": [ { "documentID": "statementOfClaim", "created": "2025-02-18T14:23:11Z", "updated": "2025-07-01T09:45:00Z", "fields": [ "headline" ] } ] }
Returns a list of templates the current user can access.
access token
Templates successfully retrieved.
Collection of template objects.
Show child attributes
Identifier for the document.
"statementOfClaim"
Timestamp when the template was created.
"2025-02-18T14:23:11Z"
Timestamp when the template was last updated.
"2025-07-01T09:45:00Z"
List of fields that define the template's structure.
Unique identifier for the field.