> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.teeinblue.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Public API to retrieve Teeinblue data


Teeinblue provides **Public APIs** that allow you to retrieve data from your Teeinblue account.  
Currently, the API supports **Order data**, including all information of Teeinblue Orders (Order ID, Customer info, Fulfillment, Design URLs...)
This means you can use the Teeinblue API to **fetch order designs** and integrate them with your own fulfillment system.


## 🚀 How to Use Teeinblue API

### 1️⃣ Create an API Key
1. Login to your Teeinblue account.  
2. Go to **Extras > Integrations**.  
3. Select **Teeinblue API keys**.  

![](https://storage.crisp.chat/users/helpdesk/website/-/6/0/8/5/6085dc2a7293d800/image_9znmri.png =800x357)

4. Click **Create a new key**:  
* Enter a name for the key  
* Choose **Scope** (abilities)  
* Set **Expiration** date (if needed)  
5. Copy and save the API key.  

|| The key will **not be shown again**, so make sure to store it securely.



### 2️⃣ Call Teeinblue API
Use your private API key to call Teeinblue endpoints.  

| For full API documentation, visit:  [**Teeinblue API Docs**](https://teeinblue-api.gitbook.io/teeinblue-api-docs/api)

