Liking cljdoc? Tell your friends :D

happygapi.mybusinessverifications.locations

My Business Verifications API: locations. The My Business Verifications API provides an interface for taking verifications related actions for locations. See: https://developers.google.com/my-business/api/reference/rest/v1/locations

My Business Verifications API: locations.
The My Business Verifications API provides an interface for taking verifications related actions for locations.
See: https://developers.google.com/my-business/api/reference/rest/v1/locations
raw docstring

fetchVerificationOptions$clj

(fetchVerificationOptions$ auth parameters body)

https://developers.google.com/my-business/api/reference/rest/v1/locations/fetchVerificationOptions

Required parameters: location

Optional parameters: none

Body:

{:context {:address PostalAddress}, :languageCode string}

Reports all eligible verification options for a location in a specific language.

https://developers.google.com/my-business/api/reference/rest/v1/locations/fetchVerificationOptions

Required parameters: location

Optional parameters: none

Body: 

{:context {:address PostalAddress}, :languageCode string}

Reports all eligible verification options for a location in a specific language.
sourceraw docstring

getVoiceOfMerchantState$clj

(getVoiceOfMerchantState$ auth parameters)

https://developers.google.com/my-business/api/reference/rest/v1/locations/getVoiceOfMerchantState

Required parameters: name

Optional parameters: none

Gets the VoiceOfMerchant state.

https://developers.google.com/my-business/api/reference/rest/v1/locations/getVoiceOfMerchantState

Required parameters: name

Optional parameters: none

Gets the VoiceOfMerchant state.
sourceraw docstring

verifications-complete$clj

(verifications-complete$ auth parameters body)

https://developers.google.com/my-business/api/reference/rest/v1/locations/verifications/complete

Required parameters: name

Optional parameters: none

Body:

{:pin string}

Completes a PENDING verification. It is only necessary for non AUTO verification methods. AUTO verification request is instantly VERIFIED upon creation.

https://developers.google.com/my-business/api/reference/rest/v1/locations/verifications/complete

Required parameters: name

Optional parameters: none

Body: 

{:pin string}

Completes a `PENDING` verification. It is only necessary for non `AUTO` verification methods. `AUTO` verification request is instantly `VERIFIED` upon creation.
sourceraw docstring

verifications-list$clj

(verifications-list$ auth parameters)

https://developers.google.com/my-business/api/reference/rest/v1/locations/verifications/list

Required parameters: parent

Optional parameters: pageSize, pageToken

List verifications of a location, ordered by create time.

https://developers.google.com/my-business/api/reference/rest/v1/locations/verifications/list

Required parameters: parent

Optional parameters: pageSize, pageToken

List verifications of a location, ordered by create time.
sourceraw docstring

verify$clj

(verify$ auth parameters body)

https://developers.google.com/my-business/api/reference/rest/v1/locations/verify

Required parameters: name

Optional parameters: none

Body:

{:phoneNumber string, :token {:tokenString string}, :method string, :languageCode string, :mailerContact string, :emailAddress string, :context {:address PostalAddress}}

Starts the verification process for a location.

https://developers.google.com/my-business/api/reference/rest/v1/locations/verify

Required parameters: name

Optional parameters: none

Body: 

{:phoneNumber string,
 :token {:tokenString string},
 :method string,
 :languageCode string,
 :mailerContact string,
 :emailAddress string,
 :context {:address PostalAddress}}

Starts the verification process for a location.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close