# How to create BigCommerce API Account and generate Client Id, Client Secret and Access tokens

Follow the below instructions for find your BigCommerce API Keys

* Sign in to BigCommerce using your subdomain and login your credentials.
* Click on the "Advanced Settings" option on the left hand side menu

![Select Advanced Settings from the Menu](/files/-Lu-QpMjA0mvU75uvqKD)

Click on API Accounts -> Click on create API Account

![Select Create V2/V3 API Token](/files/-Lu-RRUhZ-Q-91XbOgrZ)

Select the alpha-numeric text between stores and V3 without the slashes. That is your store hash.

![Save the value for store hash.](/files/-Lu-TXKEvg3Fwg71QKOS)

In the OAuth Scopes section, select all the "read-only" options and hit save. Daton doesn't require any write permissions to the store.

Once you hit save, you will be prompted to store the credentials to your local machine. Alternatively, you can take a note of the Client ID, Client Secret, and Access Token and save that information. These fields will only be shown once, so to avoid re-work, please copy the fields before you close the window.

![](/files/-Lu-SY6Z45UsOHXv0V3A)

Now head over to Daton, enter this data into the BigCommerce integration and start replicating your BigCommerce data to your favorite data warehouse.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://daton-sarasanalytics.gitbook.io/daton/faqs/api-keys/bigcommerce-api-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
