Skip to main content

Get Access

info

All JSON array responses have been shortened for readability.

GET/access
Endpoint Requires Authentication
Example
https://api.weightron.cloud/access
Description

Returns an array of applications the principal entity has access to. This will also return applications that are not currently accessible with the given access token.

Returns
{
"timestamp": "2023-03-23T08:46:50.373Z",
"data": [
{
"_id": "641c1177ebc8b2f3c195b02c",
"name": "Documentation Examples",
"expiry": "2024-03-23T08:44:39.349Z",
"company": {
"nameDisplay": "Weightron",
"nameInternal": "Weightron",
"addressPostal": ["123 Weightron"]
}
}
]
}