OSTicket API
CtrlK
  • Introduction
  • Get Started
    • How to Use
    • Authentication
    • Request Structure
    • Configuration
  • Ticket
    • 🟒[POST] Add
    • 🟒[POST] Reply
    • 🟒[POST] Close
    • πŸ”΅[GET] Specific
    • πŸ”΅[GET] Status
    • πŸ”΅[GET] Creation Date
    • πŸ”΅[GET] Creation Date by Status
  • Users
    • 🟒[POST] Add
    • πŸ”΅[GET] Specific by ID
    • πŸ”΅[GET] Specific by Email
    • πŸ”΅[GET] Creation Date
  • Departments
    • 🟒[POST] Add
    • πŸ”΅[GET] Specific
    • πŸ”΅[GET] Creation Date
    • πŸ”΅[GET] Name
  • Tasks
    • πŸ”΅[GET] Specific
    • πŸ”΅[GET] Creation Date
    • πŸ”΅[GET] By Ticket
  • SLA
    • 🟒[POST] Add
    • πŸ”΄[DELETE] Delete
    • πŸ”΅[GET] Specific
    • πŸ”΅[GET] Creation Date
  • FAQ
    • πŸ”΅[GET] Specific
    • πŸ”΅[GET] All
  • Topics
    • πŸ”΅[GET] Specific
    • πŸ”΅[GET] All
Powered by GitBook
On this page
  1. Get Started

How to Use

To use OSTicket Unofficial API you have to place the ost_wbs directory in the root of OSTicket server. Then, go to ost_wbs > config.php and change the DB credentials and the Table prefix.

Use the following base URL:

{YOUR-DOMAIN}/upload/ost_wbs/

NOTE: If you dont know the credentials, go to upload/include/ost-config.php. That is the main config file for OSTicket system.

PreviousIntroductionNextAuthentication

Last updated 3 years ago