Endpoint
Our API is available at: https://graphql.sibipro.com This endpoint also hosts a GraphQL playground where you can explore the API and test your queries.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
Querying
All requests are made using thePOST
method. The body of the request should be a JSON object with a query
key. The value of the query
key should be a GraphQL query. The following examples show how to ask for just the invoice number of all invoices.
Curl
Fetch
Response