Retrieve amount template list

Get amount templates

GET https://ris.rightsline.com/v4/amount-templates

This endpoint allows you to retrieve template data for amounts.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{
  "templates": [
    {
      "templateId": 1,
      "templateName": "Fee",
      "processId": 1,
      "processName": "Fee"
    },
    {
      "templateId": 2,
      "templateName": "Payment",
      "processId": 2,
      "processName": "Payment"
    }
  ]

Last updated