Retrieve contact statuses

Get contact statuses

GET https://ris.rightsline.com/v4/contact-statuses/{templateId}

This endpoint allows you to retrieve status data for contacts.

Path Parameters

Headers

{
    "statuses": [
        {
            "statusId": 3,
            "statusName": "Pending Review"
        },
        {
            "statusId": 1,
            "statusName": "Active"
        },
        {
            "statusId": 2,
            "statusName": "Inactive, Deletable, Unlocked"
        },
        {
            "statusId": 4,
            "statusName": "Active, Not Deletable, Locked"
        },
        {
            "statusId": 5,
            "statusName": "Inactive, Not Deletable, Locked"
        }
    ]
}

Last updated