Get An NPI List With Attributes

Retrieve an NPI list with attributes that belongs to your account.

Endpoint

Method: GET

/v2/npi/npi-list/{npiGroupId}/attributes

Path Parameter: The NPI list (NPI Group ID) that you want to see the attributes for

Sample Response

{
    "attributes": [
        "NPI",
        "NPI_ID",
        "Active",
        "CampaignName",
        "CompanyName",
        "CustomID"
    ],
    "attributeValues": [
        [
            "1639137706",
            "1639137706",
            "yes",
            "NPI Targeted Banners",
            "PulsePoint Inc.",
            "123456"
        ]
    ],
    "name": "Testing NPI",
    "advertisers": [
        "Demo"
    ]
}