Title here
Summary here
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.
Contact Smart It to obtain an API key for siLink. It will be unique to a specific SI customer.
send the API Key as username in a HTTP Basic Authentication header
1curl --request GET \
2 --url https://silink.smart-it.co.za/api/v1/orderexternal \
3 --header 'Authorization: Basic YWxseW91cmJhc2ViZWxvbmd0b3Vz' \