Solo CRM
Reference

records · merge

Requires `record:delete`.

POST
/{orgSlug}/records/merge

Authorization

bearerAuth
AuthorizationBearer <token>

An API key from Settings → Connect to Agents, or an OAuth access token. Never the session cookie.

In: header

Path Parameters

orgSlug*string

The workspace. Membership is what authorizes it.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/string/records/merge" \  -H "Content-Type: application/json" \  -d '{    "objectType": "company",    "survivorId": "04332687-e080-4357-beb8-d25b9bdf9dc4",    "loserId": "70972a7b-edc0-4197-919c-11cdf84307c0"  }'
{  "ok": true,  "data": null}