# Overview

The Swish API allows you to read and write information across your store's Swish profiles. You can do things like read a Wishlist, add new items, and much more.

This section describes how to use the Swish API and its resources. If you have any questions or issues, please contact the [Swish Support](mailto:support@swish.app).

## API Endpoint

The latest Swish API can be accessed using the `https://swish.app/api/2025-04` endpoint.

## API Reference

<table data-card-size="large" data-view="cards"><thead><tr><th data-card-target data-type="content-ref"></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="api-reference">api-reference</a></td><td>Learn more about the endpoints you can use from Swish's REST API.</td><td><a href="https://684437751-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrhEyPM62fb8xzuHvFEui%2Fuploads%2FhydInakqFCIEEE3hEM2w%2FSwish%20API.svg?alt=media&#x26;token=23378990-abee-4229-bc71-b27f9df66a2d">Swish API.svg</a></td></tr></tbody></table>

## Authentication & Rate Limits

<table data-card-size="large" data-view="cards"><thead><tr><th data-card-target data-type="content-ref"></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="authentication">authentication</a></td><td>Create an API access token and authenticate your API requests.</td><td><a href="https://684437751-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrhEyPM62fb8xzuHvFEui%2Fuploads%2F4gaRXns2MfsYIi1WJJ5t%2FAuthentication.svg?alt=media&#x26;token=acbd7403-582a-4f82-a7ac-46af229251cb">Authentication.svg</a></td></tr><tr><td><a href="rate-limits">rate-limits</a></td><td>Understand how API requests are rate limited.</td><td><a href="https://684437751-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrhEyPM62fb8xzuHvFEui%2Fuploads%2FZQgJmVz7EWYVVdbW2JyR%2FRate%20Limiting.svg?alt=media&#x26;token=71064f3e-7740-4345-a104-b15204eb06ad">Rate Limiting.svg</a></td></tr></tbody></table>

## Errors & Pagination

<table data-card-size="large" data-view="cards"><thead><tr><th data-card-target data-type="content-ref"></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="errors">errors</a></td><td>Learn about API errors, how they're structured and how to handle them.</td><td><a href="https://684437751-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrhEyPM62fb8xzuHvFEui%2Fuploads%2FypbQyAEObFyUrjKJl4s7%2FErrors.svg?alt=media&#x26;token=809898ee-274b-4dd8-910f-0d15f7e50e83">Errors.svg</a></td></tr><tr><td><a href="pagination">pagination</a></td><td>Paginate through API list results.</td><td><a href="https://684437751-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrhEyPM62fb8xzuHvFEui%2Fuploads%2FXB6dfw3bKqn6hAiapFZo%2FPagination.svg?alt=media&#x26;token=eb345f43-2541-421b-80ef-d309873a7259">Pagination.svg</a></td></tr></tbody></table>

## Client Libraries

<table data-card-size="large" data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="../libraries">libraries</a></td><td>Use our libraries to interact with the API.</td><td><a href="https://684437751-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrhEyPM62fb8xzuHvFEui%2Fuploads%2FZ0lOcH7AfBA4ejAViyp7%2FNode.js.svg?alt=media&#x26;token=def28c76-9b29-47ab-b6f9-5abe3ca8458e">Node.js.svg</a></td></tr></tbody></table>


---

# 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://developers.swish.app/swish-api/overview.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.
