Zum Hauptinhalt springen
POST
/
media-bridge
/
v1
/
{appId}
/
settings
/
register
Register the media bridge app name
curl --request POST \
  --url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/register?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "updatedAt": 123,
  "name": "<string>"
}
'
{
  "appId": 123,
  "name": "<string>"
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.

Body

application/json
updatedAt
integer<int64>
erforderlich
name
string

Antwort

successful operation

appId
integer<int32>
erforderlich
name
string
erforderlich
Last modified on April 9, 2026