Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.mybusinessverifications.verificationTokens

My Business Verifications API: verificationTokens. 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/verificationTokens

My Business Verifications API: verificationTokens.
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/verificationTokens
raw docstring

generate$clj

(generate$ auth parameters body)

https://developers.google.com/my-business/api/reference/rest/v1/verificationTokens/generate

Required parameters: none

Optional parameters: none

Body:

{:location {:primaryPhone string, :primaryCategoryId string, :address PostalAddress, :websiteUri string, :name string}}

Generates a token for the provided location data as a vetted partner. Throws PERMISSION_DENIED if the caller is not a vetted partner account. Throws FAILED_PRECONDITION if the caller's VettedStatus is INVALID.

https://developers.google.com/my-business/api/reference/rest/v1/verificationTokens/generate

Required parameters: none

Optional parameters: none

Body: 

{:location {:primaryPhone string,
            :primaryCategoryId string,
            :address PostalAddress,
            :websiteUri string,
            :name string}}

Generates a token for the provided location data as a vetted [partner](https://support.google.com/business/answer/7674102). Throws PERMISSION_DENIED if the caller is not a vetted partner account. Throws FAILED_PRECONDITION if the caller's VettedStatus is INVALID.
sourceraw docstring

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

× close