Skip to main content
GET
/
api
/
mail
/
ticketing
/
{id}
/
test
Runs a test ticketing cycle for the specified configuration to verify end-to-end processing.
curl --request GET \
  --url https://{tenant}.ekso.app/api/mail/ticketing/{id}/test \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Path Parameters

id
string
required

The unique identifier of the ticketing configuration to test.

Response

Ticketing test run succeeded.