Contact Inquiry
An existing Tixstock creates contact form by which customers can send a inquiry email to Tixstock.
Endpoint URL
https://api.tixstock.com/contact/inquiry
Authorisation
Authorisation | Description |
---|---|
Basic Auth | A valid Basic auth must be provided within the Authorizarion as a username and password for the API request. To generate an access token, please see your API settings from within the Tixstock Broker Admin Area. |
Please see 'Authentication - Basic Auth' for further information
Request Data
The supplied data must adhere to the following ruleset:
The Name, Company Name, Location, Phone Number and Email Address must be supplied. Otherwise, an error will be outputted.
Parameter | Description |
---|---|
name * |
A valid Name must be supplied. Type: String |
company_name * | A valid Company name must be supplied Type: String |
location * | A valid Location must be supplied Type: String |
phone_number * | A valid Phone number must be supplied Type: String |
email_address * | A valid Email address must be supplied Type: String |
message | A Messege based on inquiry Type: String |
API Response:
Please note, the example shown below displays no base64 PDF file and venue details empty. This data would be returned in a real api response.
{
{
"data": [],
"meta": {
"mode": "Sandbox",
"auth_token": "dGl4c3RvY2s6c2RoaXNkbmpvOTBr",
"ip": "127.0.0.1"
},
"message": "Mail sent succesfully."
}
}