Documentation Index
Fetch the complete documentation index at: https://docs.orkesta.com.tr/llms.txt
Use this file to discover all available pages before exploring further.
👤 Bayi Detayı
Belirli bir bayinin detay bilgilerini döner.
GET https://api-test.fincraft.com.tr/api/v1/general/merchant-members/{merchantMemberId}
Path Parameters
| Parametre | Tip | Zorunlu | Açıklama |
|---|
merchantMemberId | UUID | Evet | Bayi kimliği |
Response Body
{
"id": "f6eca599-1f7f-4195-a2b2-79ef105a3e38",
"code": "EXT1234567",
"name": "Faruk Eczanesi",
"address": "İstanbul, Türkiye",
"phoneNumber": "+905551234567",
"email": "john.doe2@example.com",
"contactName": "John",
"contactSurname": "Doe",
"taxNumber": "123456",
"createdAt": "2025-09-05T12:09:20.868+00:00",
"updatedAt": "2025-09-22T13:28:26.618+00:00"
}
cURL Örneği
curl -X GET https://api-test.fincraft.com.tr/api/v1/general/merchant-members/f6eca599-1f7f-4195-a2b2-79ef105a3e38 \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"