GET | /byon/phonebook/v1/numbers/{phoneNumber} |
---|
Attributes | Description |
---|---|
phoneNumber required (path) | The phoneNumber (string) field. |
curl -X GET "https://api.tyntec.com/byon/phonebook/v1/numbers/492315551337" -H "accept: application/json" -H "apiKey: ds9SomeApiKeyl337"
[ { "accountId": "string", "phoneNumber": "string", "requestId": "string", "contactId": "string", "country": "string", "loaReady": bool } ]
[ { "accountId": "CPaasAccountName", "phoneNumber": "+492315551337", "requestId": "2cfa638e3d9c4da399c4fa70a3698717", "contactId": "26c99e4d97b44c9aa50bf7fb29801ebe", "country": "DE", "loaReady": true } ]
{ "code": "string", "message": "string", "timestamp": 0}