주 콘텐츠로 건너뛰기

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
도움이 되었습니다도움이 되지 않음

이 페이지가 도움이 된다고 생각하는 사람들의 수 3 / 4

다음 페이지API Reference

댓글을 작성하려면 로그인하거나 등록하셔야 합니다.