Dokumentasi API
Ini adalah dokumentasi untuk endpoint API yang tersedia, yang dibangun berdasarkanarsitektur REST. Semua endpoint API akan mengembalikan respons JSON dengan kode respons HTTP standar dan memerlukan otentikasi Bearer melalui Kunci API.
Authentication
All the API endpoints require an API key sent by the Bearer Authentication method.
curl --request GET \
--url 'https://slink.biz.id/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://slink.biz.id/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API endpoint results work with the UTC timezone unless specified otherwise.