Skip to main content

Get Promotion Code Exported File

GET 

/v2/promotions/:promotionID/jobs/:jobID/file

Retrieves exported codes in a CSV format.

Request

Path Parameters

    promotionID stringrequired

    The unique identifier of a promotion.

    jobID stringrequired

    The unique identifier of a job associated with the file.

Header Parameters

    Authorization Bearerrequired

    The Bearer token required to get access to the API.

Responses

Successful response

Schema
    href string

    URL to download the CSV file.

Loading...