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