header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/tickets' \
--header'Authorization: Bearer <token>'
Responses
🟢200List
application/json
Body
Example
[{"id":88,"dba":{"id":2},"category":{"id":4},"title":"Charback Help","text":"One of my merchants is inquiring about chargebacks. I need your clarification","status":"New","notifyMerchant":"No","attentionMerchant":"No","createdBy":{"id":14},"createdOn":"2023-05-16 13:39:45","lastUpdatedOn":"2023-05-16 13:39:45","agentLastUpdatedOn":"2023-05-16 13:39:45"}]"_links":{"self":{"href":"https://zendashboard.com/dashboard/web/api/tickets?page=1"},"first":{"href":"https://zendashboard.com/dashboard/web/api/tickets?page=1"},"last":{"href":"https://zendashboard.com/dashboard/web/api/tickets?page=1"}},"_meta":{"totalCount":1,"pageCount":1,"currentPage":1,"perPage":30}}