API Endpoints

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation

application/json
ResponseanyExample: {"statusCode":200,"data":{"subjectOptions":["Support","Suggestions"]}}
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
post
/supports/create-ticket
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation

application/json
ResponseanyExample: {"statusCode":200,"data":{"tickets":[{"requestId":1,"subject":"Suggestion","description":"Lorem Ipsum is simply dummy text of the printing and typesetting industry","status":"Open","createdAt":"2022-08-20T22:55:29Z"}]}}
get
/supports/tickets

Last updated

Was this helpful?