Skip to main content
POST
/
edubridge
/
applicationMetrics
/
{applicationSourcedId}
Create a new application metric
curl --request POST \
  --url https://api.alpha-1edtech.ai/edubridge/applicationMetrics/{applicationSourcedId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "applicationMetric": {}
}
'
{
  "data": {
    "applicationSourcedId": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.timeback.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Body

application/json
applicationMetric
object
required

Response

201 - application/json

Successful response

data
object
required