Skip to main content
POST
/
data
/
reviews
/
v1
/
trustpilot
/
searches
Submit a Trustpilot search job
curl --request POST \
  --url https://api.voyant.travel/data/reviews/v1/trustpilot/searches \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "request": {},
    "completedAt": "2023-11-07T05:31:56Z",
    "result": {},
    "cost": {
      "credits": 123
    },
    "error": {
      "code": "<string>",
      "message": "<string>"
    },
    "webhook": {
      "url": "<string>",
      "deliveredAt": "2023-11-07T05:31:56Z",
      "attempts": 123,
      "lastError": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Voyant Data API token, scoped per sub-product (data:{product}:read). Sent as Authorization: Bearer <token>.

Body

application/json

Provider passthrough record (camelCased on the wire). Kept open so provider-side field additions do not break clients.

Response

Created resource

data
object
required