AI-generated Key Takeaways
-
Sends a POST request to
https://walletobjects.googleapis.com/walletobjects/v1/smartTap
to insert a smart tap. -
The request body should contain an instance of
SmartTap
and if successful, the response will contain the newly createdSmartTap
instance. -
Requires authorization with the
https://www.googleapis.com/auth/wallet_object.issuer
scope.
Inserts the smart tap.
HTTP request
POST https://walletobjects.googleapis.com/walletobjects/v1/smartTap
The URL uses gRPC Transcoding syntax.
Request body
The request body contains an instance of SmartTap
.
Response body
If successful, the response body contains a newly created instance of SmartTap
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/wallet_object.issuer