This API allows the user to get the access control rules defined for them.
thingspace_oauth sessionToken Access/Bearer token needed to authorize the user. The Bearer/Access Token should be acquired by using the ThingSpace Portal (thingspace.verizon.com). For details on how to obtain the token please refer to the
In: header
This is the Session/M2M token needed to authenticate the user. It should be acquired by using the ThingSpace APIs. For detail on how to obtain a Session/M2M token please refer to the
In: header
The user's Vendor ID
^[a-zA-Z0-9]+$1 <= length <= 64application/json
text/plain
text/plain
text/plain
text/plain
text/plain
text/plain
curl -X GET "https://example.com/api/v1/device-roles/vendor?VendorID=TestVendor"[ { "name": "ts.device.mqtt.imp:Software.Application.TestVendor", "subscribeLimit": 50, "publishRateLimit": 15, "publish": [ "vzimp/1/GeoRelevance/Vehicle/Bus/TestVendor/j2735_gr/BSM" ], "subscribe": [ "vzimp/1/GeoRelevance/Vehicle/Bus/TestVendor/j2735_gr/MAP/*" ] }]"string""string""string""string""string""string"