GET | /byon/provisioning/v1/ |
---|
Attributes | Description |
---|---|
friendlyName optional | A filter on the list based on the friendlyName (string) field. |
contactId optional | A filter on the list based on the contactId (string) field. |
curl -X GET "https://api.tyntec.com/byon/provisioning/v1/" -H "accept: application/json" -H "apiKey: ds9SomeApiKeyl337"
curl -X GET "https://api.tyntec.com/byon/provisioning/v1/?friendlyName=myFriendlyName" -H "accept: application/json" -H "apiKey: ds9SomeApiKeyl337"
{ "accountId": "string", "contactId": "string", "friendlyName": "string", "companyName": "string", "companyAddress": "string", "contactName": "string", "contactEmail": "string", "contactPhone": "string", "contactTitle": "string", "dateCreated": 0, "dateUpdated": 0, "timestampCreated": "string", "timestampUpdated": "string" }
{ "accountId": "CPaasAccountName", "contactId": "26c99e4d97b44c9aa50bf7fb29801ebe", "friendlyName": "myFrienldyName", "companyName": "myCompanyName", "companyAddress": "myCompanyAddress", "contactName": "myContactName", "contactEmail": "mail@myemail.com", "contactPhone": "+49231123456789", "contactTitle": "myContactTitle", "dateCreated": 1521036849011, "dateUpdated": 1521036849011, "timestampCreated": "2018-03-14T14:14:09.011Z", "timestampUpdated": "2018-03-14T14:14:09.011Z" }
{ "code": "string", "message": "string", "timestamp": 0}