Getting Started

Getting Started with SICORG

With the SICORG API you can access and manage your pharmaceutical ERP data.

Introduction

With the SICORG API you can access and manage your own data across production, quality, warehouse, and procurement modules in the SICORG AI-Native ERP platform.

Environments

EnvironmentBase URL
Productionhttps://api.sicorg.com/v1
Sandbox / Staginghttps://sandbox-api.sicorg.com/v1

Authentication

The SICORG API uses API keys to authenticate requests. Add your key to the Authorization header of all requests.

cURL
curl --request GET \
  --url https://sandbox-api.sicorg.com/v1/health \
  --header 'Authorization: Bearer [API key]'

Versioning

Include the X-SICORG-API-Version header to target a specific API version. The current version is v1.0.

cURL
curl --request GET \
  --url https://sandbox-api.sicorg.com/v1/health \
  --header 'Authorization: Bearer [API key]' \
  --header 'X-SICORG-API-Version: 1'

API Reference

Browse the interactive API Reference — currently includes a health check endpoint. More endpoints will be added as the API expands.

MCP

Connect AI assistants to SICORG docs via the Model Context Protocol endpoint.

Changelog

See the Changelog for release notes and upcoming API additions.

On this page