Skip to main content
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 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "updatedAt": 123,
  "allowImportOnDisconnect": true,
  "moduleName": "<string>",
  "name": "<string>"
}
'
{
  "appId": 123,
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required

Body

application/json
updatedAt
integer<int64>
required
allowImportOnDisconnect
boolean
moduleName
string
name
string

Response

successful operation

appId
integer<int32>
required
name
string
required
Last modified on May 15, 2026