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.

The body is of type object.

Response

200
application/json

Successful response

The response is of type object.