Skip to main content
GET
/
edubridge
/
applicationMetrics
/
{applicationSourcedId}
Get all metrics for an application
curl --request GET \
  --url https://api.alpha-1edtech.ai/edubridge/applicationMetrics/{applicationSourcedId} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "applicationSourcedId": "<string>",
      "metric": "xp",
      "metricSource": "timeback_app"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

applicationSourcedId
string
required

The unique identifier for the application

Response

200 - application/json

Successful response

data
object[]
required