sendSupportTicket

Sends a message to BYTEHAND support.

Request

POST https://api.bytehand.com/v2/support

Parameters

Query Parameters
email

string

Required parameter. Email address.

message

string

Required parameter. Message.

name

string

Optional parameter. Name.

validator

string

Optional parameter. Used anti-robot validation mechanism. May require additional parameters and permission to use, provided via support.

Authorization

Does not require authorization and any specific access rights.

Response

Upon successful completion of the request, an object of type Response is returned.

Example

Request

POST https://api.bytehand.com/v2/support?name=John%20Smith&validator=recaptcha&message=Please%20help%20me!%20I%20can't%20login%20into%20my%20account!!&email=my.email%40somewhere.com

Response

Status Code: 200
Content-Type: application/json;charset=UTF-8
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache

{
  "result": "pending"
}