curl --request POST \
--url https://beaconcha.in/api/v2/machine-metrics/machine-names \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": [
"<string>"
]
}List all known machine names for the authenticated user. These are the names that were provided when pushing metrics
via the --monitoring-endpoint flag.
curl --request POST \
--url https://beaconcha.in/api/v2/machine-metrics/machine-names \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.beaconcha.in/llms.txt
Use this file to discover all available pages before exploring further.
The body is of type object.
Successful response.
List of known machine names for the authenticated user.
Was this page helpful?