Test out the FullContact API using our Live API Console
(FullContact API key is required)
How to use the Live API Console
- Hover over the lock icon located to the left of the console's address bar. Select Custom Token.
- Fill in the Value field with your FullContact API key, make sure Query is selected, then click Ok.
- To view response examples, select a method from the menu on the left, fill in any needed value(s) in the query string and click on the orange GET button.
Advanced Usage
Using v2/person.vcf
To use person.vcf you will need to add some additional values into the Live API console.
- Click on the Advanced button to the left of the console's url bar.

- Set the Headers to: Content-Type: text/x-vcard
- Set the Text value to:
BEGIN:VCARD
VERSION:3.0
EMAIL;TYPE=INTERNET:danklynn@gmail.com
EMAIL;TYPE=INTERNET:dan@danlynn.com
END:VCARD
-
Select POST on the verb button.
Using v2/name/stats
Name stats can be used with both the givenName property and the familyName property or just one of them.



