API for managing mounts and associated entities
API for managing mounts and associated entities
curl -i -X GET \
'https://docs.obh-mobility.com/_mock/api-definitions/obh-mobility/nfc-tags?currentPage=1&pageSize=20' \
-H 'Access-Key: YOUR_API_KEY_HERE'{ "tags": [ { … } ], "pagination": { "currentPage": 0, "pageSize": 0, "totalItems": 0, "totalPages": 0 } }
curl -i -X POST \
https://docs.obh-mobility.com/_mock/api-definitions/obh-mobility/nfc-tags \
-H 'Access-Key: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"tagUids": [
"string"
],
"mountUid": "string"
}'curl -i -X PATCH \
'https://docs.obh-mobility.com/_mock/api-definitions/obh-mobility/nfc-tags/{uid}' \
-H 'Access-Key: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"color": "string",
"iconName": "string"
}'