Skip to main content
GET
/
waitlists
/
{id}
/
export
/
{fileId}
cURL
curl --request GET \
  --url https://admin.fanfare.io/api/waitlists/{id}/export/{fileId} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Fanfare secret key. Keep secret credentials on your server.

Path Parameters

id
string
required
fileId
string
required

Response

Waitlist export file downloaded successfully

The response is of type string.