BisnodeService
A list of all methods in the BisnodeService
service. Click on the method name to view detailed information about that method.
Methods | Description |
---|---|
bisnode_v_get_enrichments |
bisnode_v_get_enrichments
- HTTP Method:
GET
- Endpoint:
/api/v2/bisnode/{contactId}/enrichments
Parameters
Name | Type | Required | Description |
---|---|---|---|
contact_id | str | ✅ | Contact identifier |
Return Type
List[EnrichmentVariableGroup]
Example Usage Code Snippet
from voyado_engage import VoyadoEngage, Environment
sdk = VoyadoEngage(
access_token="YOUR_ACCESS_TOKEN",
base_url=Environment.DEFAULT.value
)
result = sdk.bisnode.bisnode_v_get_enrichments(contact_id="contactId")
print(result)
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs