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

Authorizations

Authorization
string
header
required

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

Path Parameters

customerId
string<uuid>
required
exportId
string<uuid>
required
contactId
string
required
elementNumber
integer
required
version
string
required

Query Parameters

filters
object[]

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

Response

200
text/plain

OK

The response is of type object.