Skip to main content
POST

Authorizations

Authorization
string
header
required

Enter your API key obtained from the Flywheel dashboard (without 'Bearer ' prefix)

Auth-Type
string
header
default:api
required

Authentication type header. Must be set to 'api' for all API requests.

Body

application/json
event
object
required

Response

Event tracked successfully

success
boolean

Whether the event was tracked successfully

Example:

true

message
string

Success message

Example:

"Event tracked successfully"