Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://apigw.bienport.com/api/customer/phone \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --header 'OrganizationId: <organizationid>' \ --data ' { "phoneNumber": "905384752147", "identityNumber": "12345678910" } '
[ { "id": "154613", "name": "D** Y**", "contactMedium": [ { "characteristic": { "city": "ŞANLIURFA", "country": "TÜRKİYE", "phoneNumber": "905XXXXXXXXX", "socialNetworkId": "11111111111", "street1": "adres" } } ], "engagedParty": { "name": "<string>", "id": "456789" } } ]
Access Token
Organization ID
phoneNum
Request Model for get customer by phone
Customer phone number
"905384752147"
Tc identity number.
"12345678910"
Successful Operation.
"154613"
"D** Y**"
Show child attributes
Related Entity reference. A related party defines party or party role linked to a specific entity.
Was this page helpful?