- I’ve downloaded the API connector
- I have access to an API and have an API key
Let’s say my key is: x2x2x2x2x2x2x2x2x2
This is the endpoint they give: https://search.onboard-apis.com/propertyapi/v1.0.0/Resource/Package?{parameters}
An example they give: https://search.onboard-apis.com/propertyapi/v1.0.0/property/detail?id=1234
These are examples of resources:
- /propertysearch/address/{number}/{dir}/{street}/{suffix}/{unit}/{city}/{county}/{state}/{zip}
- /property/id
How do I input this information into the API connector? Where does the API key go? I have watched the tutorials and am still having problems. Any help would be greatly appreciated.
I’m not an expert on APIs but hopefully this working example of the Etsy API can serve as a reference point. Notice how the parameters are in the body type.
1 Like
notice (use [] for params)
I did that:
This is what happens when I try to initialize a call:
Okay, I’ve done this:
When initializing the call it returns this:
remove space from API KEY should be APIKEY.
Okay. Now we are getting this error:
try lowercase “a” for address parameter key
try using a different address.
What address format are you using?
If you’re still having issues try deleting the API connection and building a new one.
1854 Shelby St, Indianapolis, IN, 46203
This is the address I’m using. Still having the same error.
Time to build a new connection?
Try an address from a neighborhood.
Like this:
2131 Cedar Creek Rd, Lake Lure, NC, 28746
Tried that new address, still the same error. Tried creating a new api connection, still the same error.
This is what it looks like now:
ah ha! uncheck the Private box next to address.