Skip to main content
GET
/
api
/
routers
/
{siteId}
/
oem
Get router OEM data
curl --request GET \
  --url https://v1.api.altostrat.io/api/routers/{siteId}/oem \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Authenticate requests by providing a JSON Web Token (JWT) in the Authorization header. Example: Authorization: Bearer <YOUR_JWT>

Path Parameters

siteId
string<uuid>
required

The site/router UUID.

Example:

"9c69345c-8d39-4786-9f17-8153c988c89a"

Response

Router data.

The response is of type object.