- Productionhttps://api-v2.dash.app/portals/{id}
- Staginghttps://api-v2.dashstaging.app/portals/{id}
curl -i -X GET \
'https://api-v2.dash.app/portals/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'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, "passcode": "LetMeInPlease", "assetPermittedActions": "VIEW", "createdByUserId": "google-oauth2|123456789012345678901", "dateCreated": "2021-02-17T09:24:01.417Z" }, "permittedActions": [ { … } ] }