Start

Overview

siLink is an electronic document exchange and sync platform for Smart It Accounting Software. It is used for example by distributors and dealer networks. siLink is an REST api and uses XML documents.

Getting An API Key

Contact Smart It to obtain an API key for siLink. It will be unique to a specific SI customer.

Authentication

send the API Key as username in a HTTP Basic Authentication header

auth.cs
1curl --request GET \
2  --url https://silink.smart-it.co.za/api/v1/orderexternal \
3  --header 'Authorization: Basic YWxseW91cmJhc2ViZWxvbmd0b3Vz' \