/walletobjects/v1/issuer
GET
/walletobjects/v1/issuer
issuer
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://walletobjects.googleapis.com//walletobjects/v1/issuer'
Response Response Example
{
"resources": [
{
"contactInfo": {
"alertsEmails": [
"string"
],
"email": "string",
"name": "string",
"phone": "string"
},
"homepageUrl": "string",
"issuerId": "string",
"name": "string",
"smartTapMerchantData": {
"authenticationKeys": [
{
"id": 0,
"publicKeyPem": "string"
}
],
"smartTapMerchantId": "string"
}
}
]
}
Request
None
Responses
Modified at 2022-09-10 16:56:46