Pular para o conteúdo principal
GET
/
events
/
{product_id}
/
participants
cURL
curl --request GET \
  --url https://public-api.kiwify.com/v1/events/{product_id}/participants \
  --header 'Authorization: Bearer <token>' \
  --header 'x-kiwify-account-id: <api-key>'
{
  "pagination": {
    "count": 10,
    "page_number": 1,
    "page_size": 10
  },
  "data": []
}

Authorizations

x-kiwify-account-id
string
header
required
Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

product_id
string
required

Query Parameters

checked_in
boolean
page_size
string
page_number
string
created_at_start_date
string
created_at_end_date
string
updated_at_start_date
string
updated_at_end_date
string
external_id
string
batch_id
string
phone
string
cpf
string
order_id
string

Response

Get Participants

pagination
object
data
any[]
Example:
[]