Get accounts which the currently authenticated Platform User's has a seat in
Security
bearerToken
- Productionhttps://api-v2.dash.app/platform/current-user-account-searches
- Staginghttps://api-v2.dashstaging.app/platform/current-user-account-searches
curl -i -X POST \
https://api-v2.dash.app/platform/current-user-account-searches \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"from": 0,
"pageSize": 100
}'Response
{ "results": [ { … } ], "totalResults": 15 }