Broker Open Webhook

When Tixstock approvals an account registration, the broker account open webhook will be sent to the resellers to notify them that the brokers Tixstock account has been opened for API requests.


Post Data

Parameter Description
broker_id* The brokers ID.
Type: String

Example Request

{
    "data": {
        "broker_id": "1231231"
    },
    "meta": {
        "type": "broker.open"
    }
}


Resellers JSON Response

No response is required from the reseller for this webhook.