⚡ Everything you need to connect to Hexachip in under 5 minutes is right here!⚡

Getting started

<aside> 💡

Base URL

All API endpoints are relative to the following URL:

<https://api.hexachip.eu/webhook/v1>

</aside>

<aside> 🔑

Authentication (OAuth2 Client Credentials)

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 Tokens are valid for 1 hour. ****You should request a new token when the old one expires.

Step 1 : Get an Access Token

Step 2 : Make API Calls

</aside>

<aside> 🚀

Quick start guide

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.

Python

Javascript

PHP

Go

</aside>

<aside> 🔄

RFQ Management

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.

  1. Initiate**:** You create the RFQ via the API.
  2. Process**:** Our team processes the request. You receive an email notification.
  3. Negotiate**:** You or your team log in to the Hexachip website to negotiate terms with the seller.
  4. Monitor**:** You use the API to track the status in your own system.

</aside>

<aside> ⏱️

Versioning

This is API version 1 (/v1 ). Breaking changes will result in a new version prefix (/v2 , /v3 , etc.).

</aside>

<aside> ⏱️

Rate Limiting

Rate Limit Policy

No Rate Limit.

</aside>

Response Format

All API responses, whether success or error, follow a consistent JSON structure.

Success

Error

Endpoints

Endpoints summary

Tools & integrations

To accelerate your integration, we provide ready-to-use configurations for popular development tools.

Postman collection

n8n