GET
/
users
/
unified-inbox
/
{ticketId}
Get unified inbox ticket
curl --request GET \
  --url https://api.gleap.io/v3/users/unified-inbox/{ticketId} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ticketId
string
required

Response

200 - application/json

Ok

The response is of type any.