v1
latestOpenAPI 3.0.02026-07-24283460.8 KBProduct Review Invitations
Company Review Invitations
Queue Product and Company Invitations
post/invitation
Query parameters
storestring required
Your REVIEWS.io public store key
apikeystring required
Your REVIEWS.io private api key
Request body
Example request
{
"name": "Customer",
"email": "customer@website.com",
"order_id": "#12345",
"template_id": "#12345",
"phone": "+44 7522 143154",
"date_send": "2023-10-27 10:30:45",
"country_code": "NL",
"branch": "My Store - South London Branch",
"products": [
{
"sku": "PR-123",
"name": "Large T-Shirt in black",
"imageUrl": "https://website.com/media/t-shirt-black.png",
"pageUrl": "https://website.com/products/t-shirt-black",
"gtin": "00001112234",
"mpn": "TSHIRT001",
"description": "description",
"category": "t-shirts",
"lookup": "reviewsio-tshirt"
}
]
}Response
OK
Example response
{
"success": "true",
"messages": ""
}