Endpoints

This page documents the Robo-Hub REST API endpoints.

Note: The API is under active development. Endpoints may change.

Base URL

https://api.robo-hub.t420.io/v1

Authentication

All endpoints require authentication:

Authorization: Bearer <your-token>

Zones

List Zones

Get all available zones.

GET /zones

Query Parameters:

Parameter
Type
Description

city

string

Filter by city

region

string

Filter by region

Response:

Get Zone

Get zone details.

Response:


Suppliers

List Suppliers

Search and filter suppliers.

Query Parameters:

Parameter
Type
Description

zone

string

Filter by zone ID

category

string

Filter by category

rating

number

Minimum rating

limit

number

Max results

Get Supplier Profile

Get detailed supplier information.

Response:


RFQs

Create RFQ

Create a new Request for Quote.

Request Body:

Response:

List RFQs

Get RFQs for authenticated user.

Query Parameters:

Parameter
Type
Description

status

string

OPEN, EVALUATING, AWARDED, COMPLETED

limit

number

Max results

Get RFQ

Get RFQ details.

Submit Quote

Submit a quote for an RFQ (suppliers only).

Request Body:

List Quotes

Get quotes for an RFQ (RFQ owner only).


Contracts

List Contracts

Get active contracts.

Query Parameters:

Parameter
Type
Description

status

string

DRAFT, ACTIVE, COMPLETED

supplierId

string

Filter by supplier

Get Contract

Get contract details.

Response:

Get Contract Performance

Get SLA performance for a contract.

Response:


Webhooks

Configure Webhook

Set up webhook notifications.

Request Body:

Webhook Payload


Error Responses

Error Format

Error Codes

Code
HTTP Status
Description

UNAUTHORIZED

401

Invalid or missing token

FORBIDDEN

403

No permission for action

NOT_FOUND

404

Resource not found

INVALID_REQUEST

400

Invalid request body

RATE_LIMITED

429

Too many requests

SERVER_ERROR

500

Internal error


Changelog

Version
Date
Changes

v1.0

2026-01-18

Initial API release

Note: This API documentation is a work in progress. Contact the team for the latest specifications.

Last updated

Was this helpful?