Skip to main content
GET
/
payments
/
integrations
/
provider
/
whitelabel
List White-label Integration Providers
curl --request GET \
  --url https://services.leadconnectorhq.com/payments/integrations/provider/whitelabel \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "providers": {
    "_id": "65cb47dda50f4f13ced4b870",
    "altId": "Z4Bxl8J4SaPEPLq9IQ8g",
    "altType": "location",
    "title": "Example",
    "route": "epd",
    "provider": "nmi",
    "description": "Lorem",
    "imageUrl": "https://example.com/assets/pmd/img/payments/nmi-logo.webp",
    "createdAt": "2024-02-13T10:43:41.026Z",
    "updatedAt": "2024-02-13T10:43:41.026Z"
  }
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-07-28

Query Parameters

altId
string
required

location Id / company Id based on altType

Example:

"6578278e879ad2646715ba9c"

altType
enum<string>
required

Alt Type

Available options:
location
Example:

"location"

limit
number
default:0

The maximum number of items to be included in a single page of results

Example:

20

offset
number
default:0

The starting index of the page, indicating the position from which the results should be retrieved.

Example:

0

Response

Successful response

providers
object
required
Last modified on March 4, 2026