Deskpro Developer Starter
  • Introduction
    • Introduction
  • Embeddables
    • Website Widget
    • Form Embed
  • API Basics
    • API Introduction
    • Auth
      • API Keys
      • API Tokens
        • OAuth
        • Token Exchange Endpoint
      • Access Control
    • API Reference
    • Request Format
    • Batch Requests
    • Sideloading
    • SDKs
  • Getting Started with the API
    • PHP
      • Initialize the client
      • Add a form
      • Create an article
      • Tickets
      • Methods
    • JavaScript
      • Initialize the client
      • Add a form
      • Create an article
      • Methods
Powered by GitBook
On this page
  1. API Basics

API Reference

PreviousAccess ControlNextRequest Format

Last updated 6 years ago

Every Deskpro instance comes with an API reference at /api/v2/doc. This reference shows all endpoints, parameter types, return types, endpoint tags etc.

This is useful when you are trying to find a particular endpoint to perform a specific task.