Data Enrichment
Test Your ZoomInfo API Key
Test your ZoomInfo API key with the contacts endpoint. Securely validate your credentials.
ZoomInfoServer Side Only
Test your ZoomInfo API key with the contacts endpoint
Terminal Required
This API cannot be tested directly in the browser due to CORS or security restrictions. Use the generated command below in your terminal.
curl "https://api.zoominfo.com/search/contact" \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"managementLevel": "C-Level"}'