get https://{hostname}/ota/v1/cpcodes
Lists all content provider codes assigned to the IoT product. Use one of the identifiers as input to the List download notifications operation.
Responses
Lists all content provider codes assigned to the IoT product. Use one of the identifiers as input to the List download notifications operation.
xxxxxxxxxx
curl --request GET \
--url https://hostname/ota/v1/cpcodes \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"id": 100001,
"name": "cp code 100001"
},
{
"id": 100002,
"name": "cp code 100002"
}
]