Get Merchant
# Get Merchant - Firma Bilgisi Sorgulama
VKN veya TCKN ile firma bilgilerini ve bağlı cihazları getirir.
## Request Body
| Parametre | Tip | Açıklama |
| --- | --- | --- |
| `{taxId}` | string | Vergi kimlik numarası (10 haneli) veya TC kimlik numarası (11 haneli) |
## Response Fields
| Alan | Tip | Açıklama |
| --- | --- | --- |
| `phone` | string | Firma telefonu |
| `taxId` | string | VKN veya TCKN(varsa) |
| `companyName` | string | Firma adı |
| `devices` | array | Bağlı cihazlar listesi |
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
vkn
Response
OK
status
data
metadata
Errors
400
Bad Request Error
404
Not Found Error

