Skip to main content
POST
/
apps
/
eventbrite
/
automation
/
leads
Fetch event orders and process them as leads
curl --request POST \
  --url https://api.provident.ae/v2/apps/eventbrite/automation/leads
{
"statusCode": 401,
"message": "Missing authorization header",
"error": "Unauthorized"
}

Query Parameters

changed_since
string
required

Response

Unauthorized - Invalid or missing token

statusCode
number
Example:

401

message
string
Example:

"Missing authorization header"

error
string
Example:

"Unauthorized"