Check Attendee CSV have Correct Records

This API used to check attendee CSV have correct records associated with the specified event.
This API can be access by event admin and super admin. It will return event data like allowToUpload, amount and last4.
To call this API, user have to pass query param with API URL like eventurl, multiPartFile and authentication key to authenticate user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Here is the description of response attributes, which returns to the form of JSON.
It will return a success message if API execute successfully.

AttributeDescription
allowToUploadIt's contains the information of uploaded CSV are allow or not.
amountIt's contains the amount we charge for upload CSV.
last4It's contains the last four digit for upload CSV.

Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
200CSV uploaded successfully, We will notify you soon by email.
201Created.
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
4060053Please convert event to non-recurring OR contact to support team to make it non-recurring event.
4060087Attendees upload not allowed for free plan.
4060049Some of the fields having empty field in upload CSV.
4060050Email field should contain single email value.
4060074Email is not valid, please enter valid email.
4069101Only 50 Characters are allowed in firstName.
4069102Only 50 Characters are allowed in lastName.
4069103Only 75 Characters are allowed in email.
4060051Order Id have must number only.
4060048Upload file headers name are not correct or not in proper sequence. It should be Transaction Id,First Name,Last Name,Email.
Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Query Params
file

A representation of an uploaded file received in a multipart request.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json