✔️ Fetch all metadata-keys

GET {{host}}{{api-path}}/devices/metadata-keys

Fetch all Metadata Keys

To fetch all existing Metadata Keys, add the following keys in the request headers:

x-bytebeam-tenant: <tenant>
x-bytebeam-api-key: <your-api-key>

The response body will return a list of objects containing Metadata Keys.

Example response:

[
    {
        "key": "city"
    },
    {
        "key": "vin"
    },
    {
        "key": "model"
    },
    {
        "key": "customer_id"
    },
    {
        "key": "dealer"
    },
    {
        "key": "location"
    },
    {
        "key": "imei"
    }
]

HEADERS

KeyDatatypeRequiredDescription
x-bytebeam-tenantstring
x-bytebeam-api-keystring

RESPONSES

status: OK

[{&quot;key&quot;:&quot;Rand&quot;},{&quot;key&quot;:&quot;synthesize&quot;},{&quot;key&quot;:&quot;withdrawal&quot;},{&quot;key&quot;:&quot;Granite&quot;},{&quot;key&quot;:&quot;opensource&quot;},{&quot;key&quot;:&quot;Riel&quot;},{&quot;key&quot;:&quot;Developer&quot;},{&quot;key&quot;:&quot;microchip&quot;}]