Skip to content

Publicly Available Portal Datas

Get public portal data

Request

Get the publicly available data for a portal by subdomain and slug

Security
bearerToken
Path
subdomainstringrequired

The subdomain of the Account the Portal belongs to

slugstringrequired

The slug of the Portal

curl -i -X GET \
  'https://api-v2.dash.app/subdomains/{subdomain}/publicly-available-portal-datas/{slug}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "id": "55f9964c-095d-4b8b-bb5e-4118d2e76ad0", "accountId": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "name": "Reseller portal", "currentSlug": "reseller-portal", "slugs": [], "whitelistedFolderFieldOptionIds": [], "welcomeMessage": {}, "showRecentlyAddedAssets": true, "requiresPasscode": true, "assetPermittedActions": "VIEW" }, "permittedActions": [ {} ] }