Phone Verifications REST Endpoints

Phone Verifications
The phone verifications resource is used to view and create phone verification record, or verify the phone number. It is used to build integrations and automate workflows for verifying the phone.
Create a phone verification
Method: post
Path: /crmRestApi/resources/11.13.18.05/phoneVerification
Delete a phone verification
Method: delete
Path: /crmRestApi/resources/11.13.18.05/phoneVerification/{Id}
Get a phone verification
Method: get
Path: /crmRestApi/resources/11.13.18.05/phoneVerification/{Id}
Get all phone verifications
Method: get
Path: /crmRestApi/resources/11.13.18.05/phoneVerification
Update a phone verification
Method: patch
Path: /crmRestApi/resources/11.13.18.05/phoneVerification/{Id}