Skip to main content
GET
/
api
/
v1
/
support
/
customer-tickets
/
{ticketId}
Get a customer support ticket for the partner organization
curl --request GET \
  --url http://localhost:45000/api/v1/support/customer-tickets/{ticketId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Nuvera API application secret key

Authorization
string
header
required

RS256 per-request signed JWT

Path Parameters

ticketId
string
required

Response

200 - undefined