Developers
V1AuthApps

Live authorized portal links; each destination requires its own sign-in

GET
/v1/auth/apps
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/auth/apps"
{  "apps": [    {      "id": "platform",      "url": "http://example.com"    }  ]}