verifications
Overview
Name | verifications |
Type | Resource |
Id | googlemybusiness.mybusinessverifications.verifications |
Fields
Name | Datatype | Description |
---|---|---|
nextPageToken | string | If the number of verifications exceeded the requested page size, this field will be populated with a token to fetch the next page of verification on a subsequent call. If there are no more attributes, this field will not be present in the response. |
verifications | array | List of the verifications. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
locations_verifications_list | SELECT | locationsId | List verifications of a location, ordered by create time. |
locations_verifications_complete | EXEC | locationsId, verificationsId | Completes a PENDING verification. It is only necessary for non AUTO verification methods. AUTO verification request is instantly VERIFIED upon creation. |