Skip to main content
POST
/
workflows
/
firm-member-realtor-find-or-create
/workflows/firm-member-realtor-find-or-create
curl --request POST \
  --url https://api.partner.dit.myperch.io/v1/workflows/firm-member-realtor-find-or-create \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "firmId": "<string>",
  "email": "jsmith@example.com",
  "firstName": "<string>",
  "lastName": "<string>"
}'
{
  "data": {
    "firmMemberId": "<string>",
    "email": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Body

application/json

The parameters required to run the Realtor Find Or Create workflow.

email
string<email>
required

The email address of the realtor

firstName
string
required

The first name of the realtor

lastName
string
required

The last name of the realtor

firmId
string

The ID of the Firm to which the realtor belongs

Response

Successful response

data
object
I