Endpoint
The REST API is available at: https://api.sibipro.com Resources are exposed under the following base paths:/offers— manage offers (see the Offers reference)/products— look up product details (see the Products reference)/orders— request order cancellation (see the Order Cancellation reference)
Authentication
The SIBI public API uses API keys to authenticate requests. You can create an API key in the SIBI developer dashboard. The API expects the key to be included in all requests in theAuthorization header, prefixed by Bearer.
Curl
Fetch
Making a Request
REST endpoints follow standard HTTP conventions. UseGET to read a resource and POST to create or trigger an action. Request bodies are sent as JSON with Content-Type: application/json.
Reading a resource
Curl
Fetch
Sending data
Curl
Fetch
Responses
Successful responses return JSON. For example, a cancellation request returns:Response
Errors
Errors are returned with a standard HTTP status code (4xx for client errors, 5xx for server errors) and a JSON body describing the failure:
Error