Entities: Webhook Webhook

Sends an updated Entity to your server.

Request Body schema: application/json

The updated Entity

object
entityId
string

The Entity's ID

object
Array of objects
object

Request samples

Content type
application/json
{
  • "meta": {
    },
  • "entityId": "string",
  • "primaryProfile": {
    },
  • "languageProfiles": [
    ],
  • "changedFields": {
    }
}
Feedback