Skip to main content
cURL
curl --request POST \
  --url https://api.example.com/speakers/merge \
  --header 'Content-Type: application/json' \
  --data '
{
  "source_id": 123,
  "target_id": 123
}
'
{}

Body

application/json
source_id
integer
required
target_id
integer
required

Response

200 - application/json

The response is of type object.