Realty Mole Property

FREEMIUM
Verified
Por Realty Mole | Actualizada 4 giorni fa | Business
Popularidad

9.8 / 10

Latencia

743ms

Nivel de servicio

100%

Health Check

N/A

Volver a todas las conversaciones

"Invalid API Key"

Rapid account: Kilaru
kilaru
3 anni fa

Hi, I am consistently getting this message in RStudio: {“message”:“Invalid API key. Go to https:\/\/docs.rapidapi.com\/docs\/keys for more info.”}

I believe there may be an issue with the url link provided, as the same error is return when copy and pasting that link into a browser. Is there a different link that should be used?

Rapid account: Realtymole
realtymole Commented 2 anni fa

Hi there,

Sorry for the late reply!

For this specific notation/request that you provided:

response <- VERB(“GET”, url, add_headers(x_rapidapikey = ‘my api key’, x_rapidapihost = ‘realty-mole-property-api.p.rapidapi.com’ ), query = queryString, content_type(“application/octet-stream”))

The header keys are not correct. They should be exactly “X-RapidAPI-Key” and “X-RapidAPI-Host”, and not “x_rapidapikey” and “x_rapidapihost” as you specified.

Additionally, our API is designed to returns JSON responses, so the Content Type should be “application/json”.

I hope this helps, but please llet me know if you’re still having any issues with making API requests.

If you look at our API documentation (https://rapidapi.com/realtymole/api/realty-mole-property-api), you will see ready-to-use code samples for many programming languages on the right side. I would suggest starting with those when building your your integration.

Kevin Willow
Realty Mole Support

Rapid account: Brett 8 X Euhr Wb VMG
brett-8XEuhrWbVMG Commented 3 anni fa

Same error for me using globiflow/ workflow automation for podio. When I try it in zapier it works.

Rapid account: Jasonweng 1989
jasonweng1989 Commented 3 anni fa

following - same error. I’m using R for context

Rapid account: Kilaru
kilaru Commented 3 anni fa

I have inlcuded the API Key that I was assigned, and it still says that there is an error.

response <- VERB(“GET”, url, add_headers(x_rapidapikey = ‘my api key’, x_rapidapihost = ‘realty-mole-property-api.p.rapidapi.com’ ), query = queryString, content_type(“application/octet-stream”))

Is there an error with this notation?

Rapid account: Realtymole
realtymole Commented 3 anni fa

Hi Kilaru,

It looks like you aren’t using the correct API key when you make API calls. The link https://docs.rapidapi.com/docs/keys will give you instructions on how to find your API key in your RapidAPI dashboard and how to use your API key when making requests. You basically just pass a header parameter “X-RapidAPI-Key” with your API key as the value.

Realty Mole Support

Únase a la conversación, añada un comentario a continuación:

Inicie sesió/Regístrese para publicar nuevos comentarios