cURL
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>" } }
Finds or creates a RealtorProfile and FirmMember for the given email address and firm ID.
The parameters required to run the Realtor Find Or Create workflow.
The body is of type object.
object
Successful response
The response is of type object.