Events Details Update Endpoint
An existing Tixstock broker update events details on a broker website. The Events Details Update Endpoint should be used to update the events details on Tixstock.
Endpoint URL
https://api.tixstock.com/events/{webhook_type}/{internal_event_id}
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 Event ID and Webhook Type must be supplied. Otherwise, an error will be outputted
Parameter | Description |
---|---|
event_id * | A valid Event ID must be supplied Type: String |
webhook_type * | A valid Webhook type must be supplied 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": {
"13": {
"external_id": "34179829-7bb6-425f-915d-d00454e1d89a",
"meta": {
"status": true,
"message": "Event details updated successfully."
},
"errors": []
}
},
"meta": {
"mode": "Sandbox",
"auth_token": "dGl4c3RvY2s6c2RoaXNkbmpvOTBr",
"ip": "127.0.0.1"
}
}
}