This article provides the essential technical foundation for developers looking to integrate with the Tradogram API (v1.0.4). Our RESTful API allows you to programmatically manage and sync procurement data—such as requisitions, purchase orders, and invoices—directly with your internal systems.
To interact with the Tradogram API, all requests must be directed to the following base URL:
Base URL: https://api.tradogram.com/v1.0.4
Example Request: https://api.tradogram.com/v1.0.4/purchase_orders
Security is handled via HTTP headers. Every request sent to the API must be authenticated using your unique account-specific API key.
You can retrieve your API key from the API Configuration Page when logged into your Tradogram account.
Connecting to the API requires two steps to format your key correctly:
Header Example:
headers["x-api-key"] = "<YOUR BASE64 ENCODED ΑΡΙ ΚΕΥ>"
Before you begin your development, keep these system-wide details in mind:
Tags:


