RelayAPI

Bulk add tags, remove tags, or delete contacts

POST
/v1/contacts/bulk-operations
AuthorizationBearer <token>

API key (rlay_live_* or rlay_test_*)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.relayapi.dev/v1/contacts/bulk-operations" \  -H "Content-Type: application/json" \  -d '{    "contact_ids": [      "string"    ],    "action": "add_tags"  }'
{
  "affected": 0
}

Found something wrong? Help us improve this page.

Submit an Issue
Requires a GitHub account.View repo