M Token
Authorization token for MClimate LoRaWAN Broker
Create M Token
POST /lorawan/create-m-tokenContent-Type: application/json
Authorization: Bearer {access_token}{
"name": "test-token"
}{
"lorawan": {
"m_token": "525932396f6666696365407365656d656c697373612e636f6d4e455452",
"id": "63bff8d9acf3947c56093fb4",
"created_at": "2023-01-12 14:11:05"
},
"_links": {
"self": {
"href": "/v1/lorawan/create-m-token"
}
}
}Fetch All M Tokens
Delete M token
Last updated