Skip to main content
POST
/
indicators
/
current-values
Get current values for indicators
curl --request POST \
  --url https://app.azalt.co/api/v1/indicators/current-values \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "indicatorIds": [
    "<string>"
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
indicatorIds
string[]
required

Response

Successful response

{key}
object