This endpoint fetches and returns the list of configurations defined by the Vendor. The list contains the configurations' identifier, name, description, and active flag. The vendor ID is provided when the configuration is created through the POST request.
Note: The user needs to authenticate with their ThingSpace credentials using the Access/Bearer and Session/M2M tokens in order to call this API.
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 vendor's identifier
^[a-zA-Z0-9]+$1 <= length <= 64application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/application/configurations/geofence/ids" \ -H "VendorID: VerizonETX"[ { "id": "a4fcd16a-343d-4527-8203-2f46e3e4ff4b", "name": "string", "description": "string", "isActive": true }]{ "error": "Error Summary", "description": "Error Description"}{ "error": "Error Summary", "description": "Error Description"}{ "error": "Error Summary", "description": "Error Description"}{ "error": "Error Summary", "description": "Error Description"}