RelayAPI

Bulk create up to 1000 contacts

POST
/v1/contacts/bulk
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" \  -H "Content-Type: application/json" \  -d '{    "workspace_id": "string",    "contacts": [      {}    ]  }'
{
  "created": 0,
  "skipped": 0
}

Found something wrong? Help us improve this page.

Submit an Issue
Requires a GitHub account.View repo