API Docs
Get Tag GET
This endpoint allows you to get a single Tag data by name.
https://t2mio.com/api/v1/tags/:NAME
Request
| Parameter | Type | Position | Constraint | Description |
|---|---|---|---|---|
| apikey | string |
Header |
Required |
Your 20-30 characters unique api key. |
| apisecret | string |
Header |
Required |
Your 12-20 characters unique api secret. |
Response
{
"status": 200,
"message": "ok",
"data": {
"id": 110,
"name": "sample-tag",
"description": "sample tag description",
"createdAt": "2022-01-29 13:31:58"
}
}