API အထောက်အကူပြုစာတမ်း
TisTos API သည် TisTos ၏ လုပ်ဆောင်ချက်များအများစုကို အစီအစဉ်အရ ဝင်ရောက်အသုံးပြုနိုင်စေသည်။
ဤသည်မှာ ရရှိနိုင်သော API endpoint များအတွက် စာရွက်စာတမ်းဖြစ်ပြီး REST architecture အပေါ်တွင် တည်ဆောက်ထားသည်။
API endpoint များသည် JSON response နှင့် အဆင့်သတ်မှတ်ထားသော HTTP response codes ကို ပြန်လည်ပေးပို့မည်ဖြစ်ပြီး API Key ဖြင့် Bearer Authentication ကို လိုအပ်သည်။
အတည်ပြုခြင်း
API endpoint များအားလုံးသည် Bearer Authentication method ဖြင့် ပို့ဆောင်သော API key တစ်ခုကို လိုအပ်သည်။
curl --request GET \
--url 'https://tistos.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://tistos.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \