Ana içeriğe atla
POST
/
indicators
/
current-values
Göstergelerin güncel değerlerini getir
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>"
  ]
}
'
{}

Yetkilendirmeler

Authorization
string
header
gerekli

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

Gövde

application/json
indicatorIds
string[]
gerekli

Yanıt

Successful response

{key}
object