POST

Create Loyalty Import File Url


Creates a URL for uploading a loyalty import file.

This method is the first step in the loyalty import process. It returns a file path and an upload URL, which you'll use in subsequent steps of the import process.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Loyalty
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/_api/loyalty-imports/v1/loyalty-imports/wixmp-upload-url

Request
This endpoint does not take any parameters.
Response Object
filePathstring

Path where the file will be stored.


uploadUrlstring

URL for uploading the loyalty import file.

Create Loyalty import file url
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?