About 52 results
Open links in new tab
  1. Getting error, invalid API key in postman via RapidAPI

    Mar 12, 2021 · For my first project, I decided to use RapidAPI marketplace, but I'm having an issue. I tried testing the API in postman, but it says I have an invalid API key for some reason …

  2. javascript - Why does my API code return "You are not subscribed …

    Jul 24, 2022 · I copied the code from the site which includes the "X-RapidAPI-Key" value when you are logged in. But when I execute the code on node, I get the message "You are not …

  3. Newest 'rapidapi' Questions - Stack Overflow

    Aug 14, 2024 · I am using vite, react, netlify and rapidapi for my project. All requests and functionalities were working perfectly when i was working on localhost and vscode.

  4. Getting an error trying to run rapidapi call using async and await

    Mar 10, 2022 · Run code snippet Expand javascript async-await rapidapi asked Mar 10, 2022 at 6:54 Amen Ra 2,841 10 49 87

  5. How to get rid of this - message:{'You are not subscribed to this …

    For anyone else encountering this issue: the oversight I made was adding 'Bearer ' in from of the RapidAPI key. It should just be the key, without anything in front of it.

  6. how to generate X-RapidAPI-Key without accessing …

    Jul 29, 2019 · I assume it is exactly what it is happening behind the scene when rapidApi.com ask me to log in with my gmail/github/facebook account. Kindly, don't misunderstand my question …

  7. What's the problem with RapidApi not seeing the key header?

    May 31, 2020 · 1 RapidAPI supports passing the API key via a query parameter. You can do this by including the following syntax in the link:

  8. javascript - I'm using an API from Rapid API but I'm getting an …

    Sep 14, 2022 · I am trying to use a YouTube API from Rapid API but when I send the Request using Axios I'm getting 403 & 429 errors: Here's my API fetchData: import axios from "axios"; …

  9. RapidAPI: How can I find hotel_id in booking.com?

    Jan 5, 2022 · 1 I am using API from RapidAPI for booking.com. I would like to get reviews of a hotel but I do not know how I can find hotel_id (required parameter) for a particular hotel?

  10. RapidAPI having API key... can it have a common URL?

    Jun 23, 2021 · The x-rapidapi-host and URL are different in all the cases depending on what API you're using on RapidAPI Hub. But x-rapidapi-key, which is in fact, your API key, will always …