curl --request POST \
--url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"name": "<string>"
}
]
}
'This response has no body data.curl --request POST \
--url https://api.hubapi.com/media-bridge/v1/{appId}/properties/{objectType}/batch/archive \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
{
"name": "<string>"
}
]
}
'This response has no body data.Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
O appId do aplicativo Media Bridge. É possível ter vários aplicativos na sua conta de desenvolvedor que usam a Media Bridge.
O tipo de objeto para as propriedades especificadas a serem arquivadas.
Show child attributes