# API overview

> Learn what you can do with the ShopLinkr API and how to get started.

The ShopLinkr API lets you work directly with your warehouse data from your own systems. Think of automatically creating orders, updating stock, or retrieving product information. The API is intended for developers and technical partners who want to build their own integration.

### Documentation

You can find the full technical documentation at [api.shoplinkr.com/api/docs](https://api.shoplinkr.com/api/docs). There you will find all available resources, endpoints, parameters, and example requests. You can also try out requests directly.

### Getting started

1. Create an [API token](/en/support/create-api-token) with the right permissions.

2. View the interactive documentation [here](https://api.shoplinkr.com/api/docs).

3. Send your first request with your token in the `Authorization` header.

### Good to know

- The API is limited to 5 requests per second. This limit applies to all tokens within your account.

- Every request requires a `User-Agent` header that identifies your integration.

- The API uses Bearer token authentication. You send your token in the `Authorization` header.

---

Bron: https://shoplinkr.com/en/support/api-overview
