Authentication Check
Validates the API key and checks the Zapier integration authentication status. If the integration status is not connected
, updates it to connected
and activates the integration.
Headers
x-api-key
string · requiredAPI key for authentication
Responses
message
string · requiredStatus message
Example: Authorization successfulintegration
object · requiredIntegration information
message
string · requiredIf the integration is disabled in LocalProf app, response with status 200 and message
Example: Integration is not active
Create a new contact
Creates a new contact for the tenant associated with the provided API key. At least one of email or phone is required.
Headers
x-api-key
string · requiredAPI key for authentication
Request Body
name
string · requiredFull name of the contact
Example: John Doe
email
string · emailEmail address of the contact
Example: john.doe@example.comphone
stringPhone number of the contact
Example: +15551234567externalId
stringExternal identifier for the contact
Example: cust_12345address
stringStreet address of the contact
Example: 123 Main Stcity
stringCity of the contact
Example: San Franciscostate
stringState or province of the contact
Example: CAzip
stringZIP or postal code of the contact
Example: 94105country
stringCountry of the contact
Example: United Statesbirthday
stringBirthday of the contact
Example: 1990-01-15
Responses
id
string · requiredUnique identifier of the created contact
Example: e0c77ed0-48a1-4b3d-a0fe-f0b1e3984089name
string · requiredName of the contact
Example: John Doeemail
stringEmail of the contact
Example: john.doe@example.comphone
stringPhone number of the contact
Example: +15551234567externalId
stringExternal ID of the contact
Example: cust_12345address
stringStreet address of the contact
Example: 123 Main Stcity
stringCity of the contact
Example: San Franciscostate
stringState or province of the contact
Example: CAzip
stringZIP or postal code of the contact
Example: 94105country
stringCountry of the contact
Example: United Statesbirthday
string · dateBirthday of the contact
Example: 1990-01-15
Create a review request
Creates a review request for an existing contact identified by email, phone or externalId. Requires API authentication via x-api-key header.
Headers
x-api-key
string · requiredAPI key for authentication
Request Body
email
stringEmail address of the existing contact
Example: john.doe@example.comphone
stringPhone number of the existing contact
Example: +15551234567externalId
stringExternal identifier for the existing contact
Example: cust_12345
Responses
message
stringSuccess message
Example: Review request created for John Doecontact
object