Mount Management API (1.0.0)

API for managing mounts and associated entities

Download OpenAPI description
Languages
Servers
Mock server
https://docs.obh-mobility.com/_mock/api-definitions/obh-mobility/
http://localhost:3000/dev/api/v1/
https://api.dev.obh-mobility.com:3000/dev/api/v1/
https://api.staging.obh-mobility.com:3000/dev/api/v1/

Accounts

Operations

Get Account Details

Request

This operation will return the details of the account. The account is found by the token provided in the header.

curl -i -X GET \
  https://docs.obh-mobility.com/_mock/api-definitions/obh-mobility/accounts/me \
  -H 'Access-Key: YOUR_API_KEY_HERE'

Responses

Account details retrieved successfully

Bodyapplication/json
uidstring

Unique identifier of the account

namestring

Human readable name of the account

createdAtstring(date-time)

Date and time of the account creation

Response
application/json
{ "uid": "string", "name": "string", "createdAt": "2019-08-24T14:15:22Z" }

Mounts

Operations

Firmware

Operations

NfcTags

Operations