LeaderOS API
  • 👋Getting Started
    • Introduction
    • Authentication
  • 🔐Auth
    • Login
    • Register
    • Sessions
  • 🧑‍🦱Users
    • Profiles
    • Roles
    • Tickets
    • Orders
  • 🛍️Store
    • Listing
    • Products
    • Categories
    • Buy
    • Donations
  • 🍏Bazaar
    • Player Storages
    • Servers
  • 🚨Support
    • Tickets
    • Messages
    • Categories
    • Quick Answers
  • 🪙Credits
    • Show Credits
    • Add Credits
    • Remove Credits
    • Send Credits
    • Set Credits
  • 👍Vote
    • Vote Links
  • 🎮Discord
    • Users
    • Settings
    • Roles
Powered by GitBook
On this page
  • Get all quick answers
  • Get a category
  1. Support

Quick Answers

Get all quick answers

GET https://yourwebsite.com/api/store/answers

[
    {
        "id": "1",
        "title": "hello",
        "content": "<p><strong>How can I help you?</strong></p>"
    },
    {
        "id": "2",
        "title": "test",
        "content": "Test message!"
    }
]

Get a category

GET https://yourwebsite.com/api/support/answers/<id>

{
    "id": "1",
    "title": "hello",
    "content": "<p><strong>How can I help you?</strong></p>"
}
PreviousCategoriesNextCredits

Last updated 1 year ago

🚨