API Overview
REST API
OpenAPI 3.0 specification with JSON payloads. All endpoints require OAuth 2.0 authentication or API key for service accounts.
- Base URL: https://api.ibero.pro/v1
- Authentication: OAuth 2.0 + PKCE, API keys
- Content-Type: application/json
- Rate Limits: Per-tier quotas (see below)
GraphQL API
Schema stitching supports federated queries across shipments, devices, and blockchain verification endpoints.
- Endpoint: https://api.ibero.pro/graphql
- Subscriptions: WebSocket-based real-time updates
- Introspection: Enabled in sandbox environment
- Pagination: Cursor-based with Relay connections