Get Page

This endpoints retrieves a specific Page.

Request

To retrieve a single Page please make a GET request to the following URL:

Header

ParameterRequired?Description
X-Auth-TokenYesAuthentication Token of account
$ curl -X GET '<https://industrial.api.ubidots.com/api/v2.0/pages/<page_key>' \  
-H 'X-Auth-Token: oaXBo6ODhIjPsusNRPUGIK4d72bc73'
{
  "id": "66f6e0645b9284000df59a10",
  "url": "https://industrial.ubidots.com/api/v2.0/pages/66f6e0645b9284000df59a09",
  "label": "bars-breakdown-page",
  "name": "Bar Breakdown Page",
  "isActive": true,
  "createdAt": "2024-09-27T16:42:12.162488Z",
  "settings": {
    
  }
}
{
    "code": 400001,
    "message": "Validation Error.",
    "detail": {
        ....
    }
}
{
    "code": 401001,
    "message": "Authentication credentials were not provided.",
    "detail": "Authentication credentials were not provided."
}

Response

Returns a Page object with the requested Page.