Fulfilment Ticket Endpoint

An existing Tixstock broker fulfill the ticket a listing on a broker website. The Fulfilment Ticket Endpoint should be used to fulfill the ticket on Tixstock.


Endpoint URL

https://api.tixstock.com/tickets/fulfilment

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 User ID and Team ID must be supplied. Otherwise, an error will be outputted

Parameter Description
list_id * A valid List ID must be supplied
Type: String
team_id * A valid Team ID must be supplied
Type: String
user_id * A valid User ID must be supplied
Type: String
item_id A valid Item ID must be supplied
Type: String
post_data *
general_admission * The General Addmission for the listing
Type: Integer
tickets *
Type: Array
Required: Ticket status is yes, and ticket type is eTicket.
row * Type: String
seat * Type: Integer
file_id * Type: Base64 encoded PDF
Required

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": {
            "ids": [
                "01g0evkhamaf8w091xn5vr6vwj"
            ]
        },
        "meta": {
            "mode": "Sandbox",
            "auth_token": "dGl4c3RvY2s6c2RoaXNkbmpvOTBr",
            "ip": "127.0.0.1"
        },
        "message": "Job dispatched"
    }
}