curl --request GET \
--url 'https://api.hubapi.com/crm/v3/extensions/cards-dev/{appId}?hapikey='{
"results": [
{
"actions": {
"baseUrls": [
"https://www.example.com/hubspot"
]
},
"createdAt": "2020-02-26T18:30:53.451Z",
"display": {
"properties": [
{
"dataType": "STRING",
"label": "Pets Name",
"name": "pet_name"
}
]
},
"fetch": {
"objectTypes": [
{
"name": "contacts",
"propertiesToSend": [
"email",
"firstname"
]
}
],
"targetUrl": "https://www.example.com/hubspot/target"
},
"id": "123",
"title": "PetSpot",
"updatedAt": "2020-02-26T18:30:53.451Z"
}
]
}Devuelve una lista de tarjetas para una aplicación determinada.
curl --request GET \
--url 'https://api.hubapi.com/crm/v3/extensions/cards-dev/{appId}?hapikey='{
"results": [
{
"actions": {
"baseUrls": [
"https://www.example.com/hubspot"
]
},
"createdAt": "2020-02-26T18:30:53.451Z",
"display": {
"properties": [
{
"dataType": "STRING",
"label": "Pets Name",
"name": "pet_name"
}
]
},
"fetch": {
"objectTypes": [
{
"name": "contacts",
"propertiesToSend": [
"email",
"firstname"
]
}
],
"targetUrl": "https://www.example.com/hubspot/target"
},
"id": "123",
"title": "PetSpot",
"updatedAt": "2020-02-26T18:30:53.451Z"
}
]
}