Developers
Our platform was built to be flexible and intuitive for developers like you. You own all the data you collect with Tradable Bits. Our API and SDK are designed to make it easy to access your fan data, tickets and campaigns at any time, on your terms Customize the front end of any of your campaigns with the help of our documentation, complete with examples. Our RESTful API helps you access, send or receive fan data from our system to your endpoints quickly and securely. Enrich your Fan CRM and Tickets Analytics with data from other CRM systems through our many integrations. Have any questions about our developers platform? Our support team is happy to help.
Tradable Bits Server API
NEVER EXPOSE API SECRET IN NON-SECURE ENVIRONMENT E.G. BROWSER OR MOBILE APP. THIS KEY MUST BE KEPT SECURE ON YOUR SERVER SIDE.

You can access the majority of your Tradablebits data through our REST API. All API endpoints accept application/x-www-form-urlencoded, a handful of endpoints will also accept application/json. All API responses are returned as JSON. Authentication is managed via API Keys. The system recognises two forms of keys: Public (api_key) and Secret (api_secret). Public keys are meant to be shared and can be used in insecure environments i.e. Mobile App, Website, etc. Secret keys are reserved for server-to-server communications and must be kept private. You can manage API Keys under the profile section once you log into Tradable Bits.

Public Key: We highly recommend supplying the public key in the URL params using the "api_key" parameter. This allows our system to reliably cache responses. Alternatively, it can be supplied with the "Api-Key" header but this comes at the cost of less reliable caching.

Secret Key: For secret key we recommend supplying it using the "Api-Secret" header. Alternatively, it can be supplied in URL params or request body using the "api_secret" parameter.

The system will honour the IP address of the request, however if you are using a server side proxy to call the API and wish to retain the originating IP, you can supply it via the "X-Forwarded-For" or "X-Real-Ip" headers.

There is a limit to how often you can call the Tradable Bits API. Currently, it's set to 25000 calls per minute. If you need a higher limit, please reach out to us.
This call requires api_secret as an additional parameter.
Calls with Lock icon are meant for data exchange or called from the server side. Each call must include api_secret as either GET or POST parameter.
This call requires api_key as an additional parameter.
Calls with Unlock icon are meant to be integrated into mobile or web applications and require api_key as additional parameter for all requests.

API Console

API Access allows you to query most of your Tradable Bits data, as well as register for push notification from our CRM system. Our API Reference is broken into sections by topic: Campaigns, Stream, CRM, etc.

Each Request must include api_key as parameter. You can generate an API key in the Manage Centre.
You may try most of our API calls here. Your API Key will be automatically appended if available.
Add Argument