Licence

API Calls for Licence Management

Get licence

get
Path parameters
hidstringRequired

MobiusFlow Hub ID

Example: {"value":"000001"}Pattern: ^[0-9A-Fa-f]{6}$
Responses
200

Ok response

application/json
get
/api/v2/mobius/licence/{hid}

Update licence code

put
Path parameters
hidstringRequired

MobiusFlow Hub ID

Example: {"value":"000001"}Pattern: ^[0-9A-Fa-f]{6}$
Body

Licence code data

licenceCodestringRequired

Licence code

Responses
200

Ok response

application/json
put
/api/v2/mobius/licence/{hid}

Last updated

Was this helpful?