access
Create a device access request.
Endpoint to create (device) access requests. The response contains the href to poll for the status of the request.
post/access/requests
Request body
Example request
{
"clientId": "1234-45653-343453",
"description": "humidity sensor"
}Response
Request status
Example response
{
"href": "/signalk/v1/requests/358b5f32-76bf-4b33-8b23-10a330827185"
}