API Dökümanları
Lütfen API'nin ne işe yaradığını bilmiyorsanız bu sayfada işlem yapmayınız. API sadece ileri seviye kullanıcılar için sunulmuştur.
This is the documentation for the available API endpoints, which are built around the REST architecture. All the API endpoints will return a JSON response with the standard HTTP response codes and need a Bearer Authentication via an API Key.
Doğrulama
Tüm API uç noktaları, Bearer Authentication yöntemi tarafından gönderilen bir API anahtarı gerektirir.
curl --request GET \
--url 'https://kartlar.com.tr/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://kartlar.com.tr/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \