curl --request POST \
--url https://api.alpha-1edtech.ai/edubridge/applicationMetrics/{applicationSourcedId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"applicationMetric": {
"metric": "xp",
"metricSource": "timeback_app"
}
}
'{
"data": {
"applicationSourcedId": "<string>",
"metric": "xp",
"metricSource": "timeback_app"
}
}Creates a new application metric for tracking.
This endpoint allows you to record metrics associated with an application, specifying the metric type and source for proper categorization.
curl --request POST \
--url https://api.alpha-1edtech.ai/edubridge/applicationMetrics/{applicationSourcedId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"applicationMetric": {
"metric": "xp",
"metricSource": "timeback_app"
}
}
'{
"data": {
"applicationSourcedId": "<string>",
"metric": "xp",
"metricSource": "timeback_app"
}
}The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier for the application
Show child attributes
Successful response
Show child attributes