Apply delivery tags to existing users

POST/sales/deliveries/{delivery_id}/tags/applications

Starts an asynchronous operation that applies the delivery's tags to every user with active access through the delivery. The operation processes one item per user.

Repeating the operation does not duplicate tags already applied to a user.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Path Parameters

delivery_id*string

Header Parameters

Idempotency-Key*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/sales/deliveries/string/tags/applications" \  -H "Idempotency-Key: string"
{  "data": {    "attempt": {      "number": 0,      "status": "running"    },    "cancellation_requested": true,    "created_at": "2019-08-24T14:15:22Z",    "error": {},    "expires_at": "2019-08-24T14:15:22Z",    "finished_at": "2019-08-24T14:15:22Z",    "id": "string",    "items_url": "string",    "object": "operation",    "progress": {      "done": 0,      "failed": 0,      "total": 0    },    "result_url": "string",    "started_at": "2019-08-24T14:15:22Z",    "status": "queued",    "type": "string"  }}