Skip to main content
POST
Track an analytics event

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using your Tiger Cloud public key and secret key.

Format: Authorization: Basic <base64(public_key:secret_key)>

Example:

Body

application/json
event
string
required

The name of the event to track

Example:

"service_created"

properties
object

Optional map of arbitrary properties associated with the event

Example:

Response

Analytics action completed successfully.

status
string

Status of the analytics operation

Example:

"success"