# Accessing the Firehose

{% hint style="info" %}
Please see the [Authentication](https://docs.imin.co/using-the-platform/authentication) page for information on [how to use the API key](https://docs.imin.co/using-the-platform/authentication#using-the-api-key), and [Mocking the Interface](https://docs.imin.co/using-the-platform/our-data/mocking-the-interface#dummy-data-lorem-fitsum) for an introduction to the dummy data.
{% endhint %}

## Demo Access

You can access our dummy dataset (`refimpl`) in the Firehose using the following test API key:

{% hint style="success" %}
`7rqDX97CwJrbi0kRFzWkjUcAiWttpZAq`
{% endhint %}

With this API key you will be able to use the following Firehose endpoints:

{% hint style="success" %}
<https://firehose.imin.co/firehose/refimpl/v2/session-series>
{% endhint %}

{% hint style="success" %}
<https://firehose.imin.co/firehose/refimpl/v2/scheduled-sessions>
{% endhint %}

{% hint style="success" %}
<https://firehose.imin.co/firehose/refimpl/v2/facility-uses>
{% endhint %}

{% hint style="success" %}
<https://firehose.imin.co/firehose/refimpl/v2/slots>
{% endhint %}

## Production Access

Once you have been provided with your own unique API key, you should use one of the following Firehose endpoints:

### All Data

The following endpoints provide access to all data within the imin Platform:

{% hint style="success" %}
<https://firehose.imin.co/firehose/standard/v2/session-series>
{% endhint %}

{% hint style="success" %}
<https://firehose.imin.co/firehose/standard/v2/scheduled-sessions>
{% endhint %}

{% hint style="success" %}
<https://firehose.imin.co/firehose/standard/v2/facility-uses>
{% endhint %}

{% hint style="success" %}
<https://firehose.imin.co/firehose/standard/v2/slots>
{% endhint %}

## Bookable Data Only

Additional Firehose endpoints are available that provide access to only data within the imin Platform that is bookable either via imin Checkout or the imin Booking API:

{% content-ref url="bookable-firehose-feeds" %}
[bookable-firehose-feeds](https://docs.imin.co/platform-products/firehose/bookable-firehose-feeds)
{% endcontent-ref %}
