GET
/
api
/
recommendation
/
v1.0
/
customer
/
{customerId}
/
Export
/
{exportId}
/
recommendation
/
contact
/
{contactId}
curl --request GET \
  --url https://app.allyy.io/api/recommendation/v1.0/customer/{customerId}/Export/{exportId}/recommendation/contact/{contactId} \
  --header 'Authorization: Bearer <token>'
{
  "meta": {
    "errors": [
      {
        "code": "<string>",
        "message": "<string>"
      }
    ],
    "validation": [
      {
        "property": "<string>",
        "message": "<string>"
      }
    ],
    "info": {}
  },
  "data": [
    {}
  ],
  "totalItemsCount": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

customerId
string
required
exportId
string
required
contactId
string
required
version
string
required

Query Parameters

take
integer
filters
object[]

Array of filter objects. Expand to see description of the filter object properties

Response

200
text/plain
OK
meta
object
data
object[] | null
totalItemsCount
integer