GET /workspace?accountId=1
Returns a list of all workspaces for an account.
curl \
-X GET \
-H "Authorization: Bearer YWIxMjdi883GHBBDnjsdKAJQxNjdjYUUJABbg6hdI.8V6HhxW-" \
"https://api.mparticle.com/v1/workspace?accountId=1"
{
"data": [
{
"id": "4302",
"name": "mP Traveller",
"data_type": "workspace",
"created_on": "2017-02-02T11:20:23"
}
],
"dataType": "workspace",
"errors": null
}
Was this page helpful?