Skip to content

Relationships API

5 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.

Method Path Description
GET /api/stakeholders/{account_id} Get Stakeholder Map
PATCH /api/stakeholders/{account_id}/contacts/{contact_id}/influence Update Contact Influence Query: influence_level, sentiment.
POST /api/stakeholders/{account_id}/relationships Create Relationship Accepts a JSON body.
PATCH /api/stakeholders/{account_id}/relationships/{rel_id} Update Relationship Accepts a JSON body.
DELETE /api/stakeholders/{account_id}/relationships/{rel_id} Delete Relationship

Try it

The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.