Data Enrichment
Test Your FullContact API Key
Test your FullContact API key with the person enrichment endpoint. Securely validate your credentials.
FullContactServer Side Only
Test your FullContact API key with the person enrichment 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 -X POST https://api.fullcontact.com/v3/person.enrich \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"email": "bart@fullcontact.com"}'