Make your first request
Every CUFinder endpoint is aPOST to https://api.cufinder.io/v3/... with a JSON body and your key in the x-api-key header. Try the Company Email Finder:
data, and request context in meta:
data: the endpoint’s result. List endpoints also includemeta.paginationwith{ "page", "has_more" }.meta.credits: what this call cost (charged) and your balance after it (remaining). Credits are only charged on successful responses.meta.query: an echo of the inputs the API accepted.

