GET
/
api
/
recommendation
/
v1.0
/
customer
/
{customerId}
/
export
/
{exportConfigurationId}
/
ExportSynchronization
/
{synchronizationId}
/
csv
curl --request GET \
  --url https://app.allyy.io/api/recommendation/v1.0/customer/{customerId}/export/{exportConfigurationId}/ExportSynchronization/{synchronizationId}/csv \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

customerId
string
required
exportConfigurationId
string
required
synchronizationId
string
required
version
string
required

Query Parameters

fileName
string

Response

200

OK