API Endpoints

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/supports/subject-options
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequiredExample: John Smith
emailstringRequiredExample: [email protected]
subjectstringRequiredExample: Suggestion
bodystringRequiredExample: Lorem Ipsum is simply dummy text of the printing and typesetting industry
Responses
201

Successful Operation

application/json
ResponseanyExample: {"statusCode":201}
post
/supports/create-ticket
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/supports/tickets

Last updated

Was this helpful?