Skip to main content
POST
/
records
/
link
Create a relation between two records
curl --request POST \
  --url https://api.supersonic.cv/records/link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "from_record_id": "<string>",
  "to_record_id": "<string>",
  "relation_type": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
from_record_id
string
required
to_record_id
string
required
relation_type
string

Relation type (default: 'related')

Response

Success

The response is of type object.