> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stickyqr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> StickyQR provides a robust API that allows developers to securely access their dashboard environment’s data and programmatically update settings relevant to their StickyQR-powered application.

## Base URL

The StickyQR API is built on REST principles. We enforce HTTPS in every request to improve data security, integrity, and privacy. The API does not support HTTP.

All requests contain the following base URL: [https://app.stickyqr.com/api](https://app.stickyqr.com/api)

<CardGroup>
  <Card title="Authentication" icon="shield-check" href="/documentation/authentication">
    Learn how to use Service Tokens to authenticate API requests.
  </Card>

  <Card title="API Reference" icon="gear-complex-code" href="/api-reference/account/get-my-profile">
    Discover the power of our API
  </Card>

  <Card title="Support & Feedback" icon="comments" href="mailto:support@stickyqr.com">
    Request support or send us feedback
  </Card>

  <Card title="Join Our Discord" icon="chart-mixed" href="https://discord.gg/BJjMgYr9q8">
    Join our Discord community for updates and discussions
  </Card>
</CardGroup>
