get https://{account}.piwik.pro/api/tag/v1//tags/
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/tag/v1/app_id/tags/tag_id \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
31}
{
"data": {
"id": "52b7d1d2-7d48-483b-826e-784045474d78",
"type": "tag",
"attributes": {
"code": "<script>console.log('test');</script>",
"disable_in_debug_mode": false,
"document_write": false,
"is_active": true,
"is_published": true,
"priority": 0,
"tag_type": "async",
"name": "test custom tag",
"respect_visitors_privacy": true,
"scheduler": {
"date_ranges": [],
"times_of_day": []
},
"consent_type": "not_require_consent",
"template": "custom_tag",
"template_options": {},
"created_at": "2020-05-05T15:01:30+02:00",
"updated_at": "2020-05-05T15:01:30+02:00"
},
"relationships": {