Metric Tag GET
GEThttps://sandbox.absmartly.com/v1/metric_tags/:metricTagId
Required Permissions: Metric Get
or Metric Admin
Request
Path Parameters
metricTagId integerrequired
The id of the Metric Tag that you wish to get data from.
Responses
- 200
A JSON Object containing a metric tag's data.
- application/json
- Schema
- Example (from schema)
Schema
metric_tag object
{
"metric_tag": {
"id": 0,
"tag": "location:Header",
"created_at": "2025-03-20T14:55:20.161Z",
"created_by_user_id": 0,
"updated_at": "2025-03-20T14:55:20.161Z",
"updated_by_user_id": 0
}
}
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: A User API Key for API authorization. **Must be in the format "Api-Key your_user_api_key"**scheme: ^Api-Key\s\S+
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://sandbox.absmartly.com/v1/metric_tags/:metricTagId' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear