الحساب

ملاحظات
مستوى خبير
مفتاح API لازم يترسل كـ Bearer token في رأس الطلب Authorization. خذ مفتاح API بتاعك.
عرض

نقطة نهاية API:

GET
https://shbbr.com/api/v1/account

مثال الطلب:

curl --location --request GET 'https://shbbr.com/api/v1/account' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'