Ready Reviews API
Welcome to the Ready Reviews API documentation.
API
POSTaddCustomer
https://reputationlync.com/app/api/customer/addCustomer
Used to add a single customer to our system.
customer_name is a required field
The submission must include at least one of (but can include both) the phone_number and/or email_id field.
Request Parameters
Apikey
(required): The Apikey of the account.customer_name
(optional): Name of the customeremail_id
(optional): Customer E-Mail Address (Note that at least one of email or phone_number must be provided. Both cannot be blank)phone_number
(optional): Contact number of the customer.whatsapp_enabled
(optional): Indicate if the Phone Number provided is a whatsapp enabled number. (1 or 0)tags
(optional): Comma separated list of tags to help identify customers (example: retail,online, etc...)language
(optional): Specify the language this customer uses (eg. English, Spanish, etc...). Note that the language needs to be set up in the location language settings first before assigning it to a customer.source
(optional): Specify the source of this addition (eg, the name of your software or the software sending the new customer to the Ready Reviews API. Defaults to 'API'.source_xref_id
(optional): The Customer or transaction ID in your system.
Bodyraw (json)
Example Request
addCustomer_success
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Set-Cookie
Keep-Alive
Connection
Transfer-Encoding
Content-Type
POSTvalidateApiKey
https://reputationlync.com/app/api/customer/validateApiKey
Simple function to validate an API key. The response will return success or specific errors as to why the key is not valid (such as suspended account, API limit exceeded, etc...).
Bodyraw (json)
Example Request
validateApiKey_success
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Keep-Alive
Connection
Transfer-Encoding
Content-Type
POSTlistCustomer
https://reputationlync.com/app/api/customer/listCustomer
Retrieves a list of the customers based on the search parameters listed below. All of the search parameters are optional and multiple ones can be specified to narrow the search.
Bodyraw (json)
Example Request
listCustomer_success
200 OK
Example Response
Date
Server
Expires
Cache-Control
Pragma
Keep-Alive
Connection
Transfer-Encoding
Content-Type