Create relationship
documentedCreate a new relationship.
POST /v1/relationshipsLinkingno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.marketcircle.net/v1/relationships" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"parent_id": {{$parent_id}}, "child_id": {{$child_id}}, "relationship_type_id": {{$relationship_type_id}} }'