Bulk create up to 1000 contacts
Authorization
Bearer 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://example.com/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.