Skip to main content
POST
Create a Relationship

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
contactId
string

The identifier of the contact this record belongs to.

relationshipType
string

The type of relationship between the two contacts, for example Spouse or Employer. Must match a relationship type configured for the organization.

contactIndividualId
string

The identifier of the contact individual this record belongs to.

notes
string

Free-text notes stored on the record.

Response

OK

id
string

The unique identifier of the record in Virtuous.

contactId
string

The identifier of the contact this record belongs to.

contact
string
contactIndividual
string
relationshipType
string
notes
string
Last modified on August 11, 2026