⚡ Everything you need to connect to Hexachip in under 5 minutes is right here!⚡
<aside> 💡
All API endpoints are relative to the following URL:
<https://api.hexachip.eu/webhook/v1>
</aside>
<aside> 🔑
Our API uses the OAuth2 Client Credentials flow for authentication, which is a secure standard for server-to-server communication. The process involves two simple steps:
Access Token: You send your Client ID and Client Secret to our token endpoint.Access Token received in step 1 to authenticate your requests to the API endpoint like /pricing or /availability .Access Tokens are valid for 1 hour. ****You should request a new token when the old one expires.
</aside>
<aside> 🚀
This guide will walk you through the entire process of making your first successful API call in just two steps: authenticating to get an Access Token, and then using that token to fetch component data.
Follow the example in your preferred language to get started.
</aside>
<aside> 🔄
While this API allow you to initiate (POST) and monitor (GET) your requests programmatically, the negotiation process itself (counter-offers, price agreement) takes place on the Hexachip Platform.
</aside>
<aside> ⏱️
This is API version 1 (/v1 ). Breaking changes will result in a new version prefix (/v2 , /v3 , etc.).
</aside>
<aside> ⏱️
Rate Limit Policy
No Rate Limit.
</aside>
All API responses, whether success or error, follow a consistent JSON structure.
To accelerate your integration, we provide ready-to-use configurations for popular development tools.