# How I can get access to the public StockX API?

{% hint style="info" %}
We support both API and Non-Public API access, but some accounts may be flagged within StockX and become unable to use our tool. Therefore, it is important to gain access to their public StockX API.
{% endhint %}

## Sign up for their developer's platform <a href="#sign-up-for-their-developers-platform" id="sign-up-for-their-developers-platform"></a>

<figure><img src="https://docs.restock.gg/~gitbook/image?url=https%3A%2F%2F391885475-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FwxxxP1eSwJCUYEKp6oj0%252Fuploads%252FMBMkgHNNtvNtazRmLHeq%252Fimage.png%3Falt%3Dmedia%26token%3Da3db96be-1cf2-407a-a237-4ac0271f3866&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=184581f&#x26;sv=2" alt=""><figcaption></figcaption></figure>

Find the link [here](https://developer.stockx.com/). Click sign up, and authorize access to your account. You will come up with a link to request access.

## Submit the application and wait till approved <a href="#submit-the-application-and-wait-till-approved" id="submit-the-application-and-wait-till-approved"></a>

<figure><img src="https://docs.restock.gg/~gitbook/image?url=https%3A%2F%2F391885475-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FwxxxP1eSwJCUYEKp6oj0%252Fuploads%252FDkUeljkGUkNkvbWesuTx%252Fimage.png%3Falt%3Dmedia%26token%3D526ddfc0-4d5e-492c-8cae-49f80e4ccc08&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=9160e481&#x26;sv=2" alt=""><figcaption></figcaption></figure>

Fill your details. In case you don't know what to fill, we recommend something along the next details:

* Role: Project Manager
* What are you building? I'm looking forward to creating a tool to manage my listings and improve my sales within the platform.

## I've got access, what now? <a href="#ive-got-access-what-now" id="ive-got-access-what-now"></a>

In order for the tool to recognize your API access, you will need to create an API key and a Application in the developer portal, make sure it looks like this:

You must set the callback URL to: <https://stockx.com/>

<figure><img src="https://docs.restock.gg/~gitbook/image?url=https%3A%2F%2F391885475-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FwxxxP1eSwJCUYEKp6oj0%252Fuploads%252FapVSBISMvryHAt1qfm9m%252Fimage.png%3Falt%3Dmedia%26token%3D6f538c68-8805-4b03-a97a-f63d6a404cf2&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=9f033ef5&#x26;sv=2" alt=""><figcaption></figcaption></figure>

That's it! Now, remove and add your profile again for the software to detect your API Key and Application Credentials. You will be able to check and uncheck the option for the usage of their public API.


---

# 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://docs.restock.gg/problem-solving/tutorials/how-i-can-get-access-to-the-public-stockx-api.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.
