跳到主要内容

About the API

在 Basics 中
作者列表
已发布: 2022年7月18日

The Deskpro API is a REST API that runs over HTTP(S). All API requests are made to a URL that begins with http://example.com/api/v2/.

The API uses JSON for requests and responses. There are a few exceptions to this rule where an API is explicitly designed to return a specific kind of resource. Those will be noted within the documentation.

Here’s an example call made to the helpdesk/discover endpoint:

curl http://example.com/api/v2/helpdesk/discover
copy

The response will look something like this:

{ "data": { "is_deskpro": true, "helpdesk_url": "https:\/\/example.com\/", "base_api_url": "https:\/\/example.com\/api\/v2\/", "build": "1477995658" }, "meta": {}, "linked": {} }
copy
有帮助没有帮助

4 人中 3 人认为这个页面有帮助

下一个页面API Reference

请登录或注册以提交评论。