Broker Account Closed Endpoint

When the reseller closes the brokers account on their website, it is required that they notify Tixstock to remove the link between the two broker accounts.


Endpoint URL

https://api.tixstock.com/v1/broker/close/{broker_id}

Authorisation

Authorisation Description
Bearer Token A valid bearer token must be provided within the header parameters for the API request. To generate an access token, please see your API settings from within the Tixstock Reseller Admin Area.

Please see 'Authentication - Bearer Tokens' for further information


Request Data

Parameter Description
broker_id* The resellers ID for the broker is required and will be passed into the URL of the endpoint.

API Response:

{
    "data": {
        "broker_id": "289367498"
    },
    "success": "true",
    "message": "The Tixstock broker has been successfully disconnected",
    "meta": {
        "mode": "Production",
        "request_id": "01ds3fjfrqr77wnzpx4x62h9c3"
    }
}