1. Get Your API Key
First, visit
https://pokemontcg.io and sign up to get your API key. This key allows your app to access real-time Pokémon TCG data.
2. Enter the API Key in Bubble
Go to your Bubble application, and open the Plugins tab. Find the TCG Nexus plugin and enter your API key as follows:
Format: Type `"Bearer <YourAPIKey>"` (without quotes).
- Example: If your API key is `12345`, enter `Bearer 12345`.
3. Access Data Using External API Calls
Once the API key is saved, you can begin retrieving TCG data. In your Bubble editor, select **Get data from an external API to call the plugin’s data endpoints directly.