I am using the subscribe api and keep getting the error mentioned in subject, regardless of which format I specify.
Any input appreciated, thanks…
here is the payload:
{
"data": {
"type": "profile-subscription-bulk-create-job",
"attributes": {
"profiles": {
"data":
{
"type": "profile",
"attributes": {
"subscriptions": {
"email": {
"marketing": {
"consent": "SUBSCRIBED",
"consented_at": "2025-06-18T21:54:30"
}
}
},
"email": "ekstra@kontakt.zzy"
},
"id": "01JY2CZ2H7BNTB5FK5G8BNX0JY"
}
]
},
"custom_source": "",
"historical_import": true
},
"relationships": {
"list": {
"data": {
"type": "list",
"id": "WX4UN6"
}
}
}
}
}