Quickstart
This guide will get you all set up and ready to use the Addressfully API. We'll cover how to get started using one of our API clients and how to make your first API request.
Before you can make requests to the Addressfully API, you will need to grab your API key from your dashboard. You find it by logging in and viewing Account Settings » API Keys.
Making your first API request
Once you have your API key, you are ready to make your first call to the Addresfully API. Below, you can see how to send a GET request to the address lookup endpoint to validate an address.
GET
/v1/address-lookupcurl -G https://us-address.addressfully.com/address-lookup/v1/addresses/lookup \
-H "Authorization: Bearer {api_key}" \
-d street_address="1250 Prospect St" \
-d apt_suite_other="" \
-d city="La Jolla" \
-d state="CA" \
-d zip_code="92037" \
-d country="US"
What's next?
Great, you're now set up with an API client and have made your first request to the API. Here are a few links that might be handy as you venture further into the Addressfully API: