terminalAPI Reference

Build custom apps on BloxTech's platform

road-barrier

To connect your BloxTech centre to external apps, you need to create a Developer API key. To do so:

1
2

Scroll down & click on 'Generate API key'

3

Copy your new API key

For users: Enter this key in the settings of the third-party tool you're trying to connect.

For developers: Use this key as Bearer token in the Authorization header.

For developers

Base URL: https://bloxtech.tech/v1arrow-up-right

Authorization: API tokens are per-centre. If your tool supports multiple centres, your users will need to provide a separate key for each one.

Rate-limits: We don't enforce hard rate limits, but we do ask for fair use. To keep the API running smoothly for everyone, we may block IPs or tokens that put an excessive strain on our servers.

Example usage

curl -H "Authorization: Bearer YOUR_API_KEY" https://bloxtech.tech/v1/centre

Last updated

Was this helpful?