Saltar al contenido principal
GET
/
crm
/
v3
/
extensions
/
calling
/
{appId}
/
settings
Retrieve the calling extension settings for a specific app.
curl --request GET \
  --url 'https://api.hubapi.com/crm/v3/extensions/calling/{appId}/settings?hapikey='
{
  "createdAt": "2023-11-07T05:31:56Z",
  "height": 123,
  "isReady": true,
  "name": "<string>",
  "supportsCustomObjects": true,
  "supportsInboundCalling": true,
  "updatedAt": "2023-11-07T05:31:56Z",
  "url": "<string>",
  "usesCallingWindow": true,
  "usesRemote": true,
  "width": 123
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubGratuito
Sales HubSales HubStarter
Service HubService HubStarter
Content HubContent HubGratuito

Autorizaciones

hapikey
string
query
requerido

Parámetros de ruta

appId
integer<int32>
requerido

Respuesta

successful operation

createdAt
string<date-time>
requerido

The date and time when the calling extension settings were created.

height
integer<int32>
requerido

The height of the calling extension interface.

isReady
boolean
requerido

Specifies whether the calling extension settings are ready for use.

name
string
requerido

The name of the calling extension.

supportsCustomObjects
boolean
requerido

Indicates if the calling extension supports custom objects.

supportsInboundCalling
boolean
requerido

Indicates if the calling extension supports inbound calling.

updatedAt
string<date-time>
requerido

The date and time when the calling extension settings were last updated.

url
string
requerido

The URL associated with the calling extension.

usesCallingWindow
boolean
requerido

Specifies if the calling extension uses a dedicated calling window.

usesRemote
boolean
requerido

Indicates if the calling extension uses a remote service.

width
integer<int32>
requerido

The width of the calling extension interface.

Last modified on January 23, 2026