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/ticket/<ticketId>' \
--header'Authorization: Bearer <token>'
Responses
🟢200View a specific ticket
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":"Open","notifyMerchant":"No","attentionMerchant":"No","dueDate":null,"responsible":{"id":null},"createdBy":{"id":14},"createdOn":"2023-05-16 13:39:45","lastUpdatedOn":"2023-05-16 13:39:45","agentLastUpdatedOn":"2023-05-16 13:39:45"}