Skip to main content
POST
/
api
/
v1
/
:team_slug
/
:app_slug
/
attributes
/
relationships
/
bulk
Error
A valid request URL is required to generate request examples
{
  "data": {
    "failed_adds": [
      {
        "attribute_id": "<string>",
        "item_id": "<string>",
        "reason": "<string>"
      }
    ],
    "successful_adds": [
      {
        "attribute_id": "<string>",
        "item_ids": [
          "<string>"
        ]
      }
    ]
  },
  "details": [
    "<string>"
  ],
  "success": true
}

Path Parameters

team_slug
string
required

Team slug

app_slug
string
required

App slug

Body

application/json

Attribute-item relationships to create (max 50)

items
object[]
required
Maximum array length: 50

Response

Relationships processed successfully

data
object
details
string[]

Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes

success
boolean