Retrieve deal template list

Get deal templates

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

This endpoint allows you to retrieve template data for deals.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{
  "templates": [
    {
      "templateId": 1,
      "templateName": "Acquisition Deal",
      "processId": 5,
      "processName": "Deal Workflow"
    }
  ]
}

Last updated