- eventticketclass
- eventticketobject
- /walletobjects/v1/eventTicketObjectGET
- /walletobjects/v1/eventTicketObjectPOST
- /walletobjects/v1/eventTicketObject/{resourceId}GET
- /walletobjects/v1/eventTicketObject/{resourceId}PATCH
- /walletobjects/v1/eventTicketObject/{resourceId}PUT
- /walletobjects/v1/eventTicketObject/{resourceId}/addMessagePOST
- /walletobjects/v1/eventTicketObject/{resourceId}/modifyLinkedOfferObjectsPOST
- flightclass
- flightobject
- giftcardclass
- giftcardobject
- issuer
- jwt
- loyaltyclass
- loyaltyobject
- /walletobjects/v1/loyaltyObject
- /walletobjects/v1/loyaltyObject
- /walletobjects/v1/loyaltyObject/{resourceId}
- /walletobjects/v1/loyaltyObject/{resourceId}
- /walletobjects/v1/loyaltyObject/{resourceId}
- /walletobjects/v1/loyaltyObject/{resourceId}/addMessage
- /walletobjects/v1/loyaltyObject/{resourceId}/modifyLinkedOfferObjects
- offerclass
- offerobject
- permissions
- smarttap
- transitclass
- transitobject
- valuablesclasses
- walletobjects
/walletobjects/v1/smartTap
POST
/walletobjects/v1/smartTap
smarttap
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://walletobjects.googleapis.com//walletobjects/v1/smartTap' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"id": "string",
"infos": [
{
"action": "ACTION_UNSPECIFIED",
"signUpInfo": {
"classId": "string"
},
"url": "string",
"value": "string"
}
],
"kind": "string",
"merchantId": "string"
}
Request
Body Params application/json
id
string
optional
infos
array[object (IssuerToUserInfo) {4}]
optional
action
enum<string>
optional
Allowed values:
ACTION_UNSPECIFIEDS2APs2apSIGN_UPsignUp
signUpInfo
object (SignUpInfo)
optional
url
string
optional
value
string
optional
kind
string
optional
"walletobjects#smartTap"
.merchantId
string <int64>
optional
Examples
Responses
🟢200Successful response
application/json
Body
id
string
optional
infos
array[object (IssuerToUserInfo) {4}]
optional
action
enum<string>
optional
Allowed values:
ACTION_UNSPECIFIEDS2APs2apSIGN_UPsignUp
signUpInfo
object (SignUpInfo)
optional
url
string
optional
value
string
optional
kind
string
optional
"walletobjects#smartTap"
.merchantId
string <int64>
optional
Modified at 2022-09-10 16:56:46