Skip to main content
POST
/
v3
/
profile
/
custom-attributes
/
batch.json
Batch Profile Custom Attributes
curl --request POST \
  --url http://localhost/api/v3/profile/custom-attributes/batch.json \
  --header 'Content-Type: application/json' \
  --data '
{
  "profiles": [
    {
      "profile_id": "<string>",
      "custom_attributes": [
        {
          "namespace": "<string>",
          "handle": "<string>",
          "value": "<string>",
          "type": "<string>"
        }
      ]
    }
  ]
}
'
{
  "data": {
    "message": "<string>",
    "batch_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

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

Body

application/json
profiles
object[]
required
Minimum array length: 1

Response

data
object
required