Skip to main content

BisnodeService

A list of all methods in the BisnodeService service. Click on the method name to view detailed information about that method.

MethodsDescription
BisnodeV_GetEnrichments

BisnodeV_GetEnrichments

  • HTTP Method: GET
  • Endpoint: /api/v2/bisnode/{contactId}/enrichments

Parameters

NameTypeRequiredDescription
contactIdstringContact identifier

Return Type

EnrichmentVariableGroup[]

Example Usage Code Snippet

import { VoyadoEngage } from 'voyado_engage';

(async () => {
const voyadoEngage = new VoyadoEngage({
token: 'YOUR_TOKEN',
});

const { data } = await voyadoEngage.bisnode.bisnodeVGetEnrichments('contactId');

console.log(data);
})();

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →