curl --request GET \
--url https://dashboard.hologram.io/api/1/csr/tags \
--header 'Authorization: Basic <encoded-value>'{
"continues": true,
"data": [
"_SMS_DT_",
"_IMEI_FIRST_",
"_IMEI_CHANGE_",
"_SMS_DT_DELIVERED_",
"_IMEI_TAC_CHANGE_",
"_API_DT_",
"_API_RESP_",
"asd",
"_DEVICE_1031048_",
"_DEVICE_1141044_",
"I am a topic"
],
"lastid": "I am a topic",
"limit": 25,
"links": {
"base": "staging.teamhologram.ninja",
"next": "/api/1/csr/tags?orgid=52390&startafter=I am a topic",
"path": "/api/1/csr/tags"
},
"size": 25,
"success": true
}curl --request GET \
--url https://dashboard.hologram.io/api/1/csr/tags \
--header 'Authorization: Basic <encoded-value>'{
"continues": true,
"data": [
"_SMS_DT_",
"_IMEI_FIRST_",
"_IMEI_CHANGE_",
"_SMS_DT_DELIVERED_",
"_IMEI_TAC_CHANGE_",
"_API_DT_",
"_API_RESP_",
"asd",
"_DEVICE_1031048_",
"_DEVICE_1141044_",
"I am a topic"
],
"lastid": "I am a topic",
"limit": 25,
"links": {
"base": "staging.teamhologram.ninja",
"next": "/api/1/csr/tags?orgid=52390&startafter=I am a topic",
"path": "/api/1/csr/tags"
},
"size": 25,
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.hologram.io/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.
You can find your API key on the Hologram Dashboard under Account Settings.
Maximum number of items to return in a single request. For endpoints that support pagination, use this with corresponding /pages endpoints to manage large result sets.
50
144
102544
List of tags
Displays if there is another page of results.
true
The max number of items to return in a single response
10
Show child attributes
The number of values returned
216
Whether the request was successful or not
true
Was this page helpful?