Accounts
Accounts are passive entities that store quota information for resources consumed by associated profiles. An account is created for a user when they first sign up.
Objects
Account
| Path | JSON Type | Format | Description |
|---|---|---|---|
id | string | Version 4 UUID | The account ID |
created | string | ISO 8601 timestamp | The instant at which the account was created |
lastModified | string | ISO 8601 timestamp | The instant at which the account was last modified |
company | string | The name of the company associated with the account | |
ownerEmail | string | Email address | The email address of the owner profile |
ownerProfileId | string | The ID of the owner profile | |
maxWorkspaces | number | Unsigned integer | The maximum number of workspaces that can be created under the account |
maxRows | number | Unsigned integer | The maximum number of managed database rows available to the account |
minutesPerMonth | number | Unsigned integer | The number of pipeline run minutes available to the account per month |
minutesUsed | number | Unsigned integer | The number of pipeline run minutes used by the account per month |
maxClients | number | Unsigned integer | The number of API key clients available to the account |
Requests
View all accounts
GET /api/accounts
Returns all accounts the authenticated user profile is an owner of.
Examples
- cURL
- Python (requests)
curl -H "Authorization: Bearer $ACCESS_TOKEN" 'https://app.matatika.com:443/api/accounts' -i -X GET \
-H 'Accept: application/json, application/javascript, text/javascript, text/json'
import requests
url = "https://app.matatika.com:443/api/accounts"
headers = {
'Authorization': ACCESS_TOKEN
}
response = requests.request("GET", url, headers=headers)
print(response.text.encode('utf8'))
Response
200 OK
Account collection with HAL links.
{
"_embedded" : {
"accounts" : [ {
"id" : "rzroo-ihgsd",
"created" : "2026-07-14T09:05:47.97012",
"lastModified" : "2026-07-14T09:05:47.970147",
"company" : "Test Company",
"ownerEmail" : "sit+prod@meltano.com",
"ownerProfileId" : "auth0|6a21dc7aa1db2e036a222942",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/rzroo-ihgsd/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/rzroo-ihgsd/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/rzroo-ihgsd/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/rzroo-ihgsd/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/rzroo-ihgsd"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/rzroo-ihgsd"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/rzroo-ihgsd/admins"
}
}
}, {
"id" : "bxcfs-phzxp",
"created" : "2026-07-14T16:01:18.203425",
"lastModified" : "2026-07-14T16:01:19.058893",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/bxcfs-phzxp/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/bxcfs-phzxp/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/bxcfs-phzxp/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/bxcfs-phzxp/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/bxcfs-phzxp"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/bxcfs-phzxp"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/bxcfs-phzxp/admins"
}
}
}, {
"id" : "fxagz-yfgym",
"created" : "2026-07-30T15:42:07.513623",
"lastModified" : "2026-07-30T15:42:07.513629",
"company" : "Test Company",
"ownerEmail" : "sit+prod@meltano.com",
"ownerProfileId" : "auth0|6a21dc7aa1db2e036a222942",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/fxagz-yfgym"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins"
}
}
}, {
"id" : "ktnlz-wxtqn",
"created" : "2026-07-14T16:03:36.814578",
"lastModified" : "2026-07-14T16:03:37.653477",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/ktnlz-wxtqn/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/ktnlz-wxtqn/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/ktnlz-wxtqn/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/ktnlz-wxtqn/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/ktnlz-wxtqn"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/ktnlz-wxtqn"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/ktnlz-wxtqn/admins"
}
}
}, {
"id" : "hqszm-pmixm",
"created" : "2026-07-14T09:26:39.662673",
"lastModified" : "2026-07-14T09:26:40.253011",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/hqszm-pmixm/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/hqszm-pmixm/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/hqszm-pmixm/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/hqszm-pmixm/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/hqszm-pmixm"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/hqszm-pmixm"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/hqszm-pmixm/admins"
}
}
}, {
"id" : "wdjyo-fguqa",
"created" : "2026-07-14T16:04:03.774138",
"lastModified" : "2026-07-14T16:04:04.663438",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/wdjyo-fguqa/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/wdjyo-fguqa/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/wdjyo-fguqa/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/wdjyo-fguqa/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/wdjyo-fguqa"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/wdjyo-fguqa"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/wdjyo-fguqa/admins"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"created" : "2026-06-04T20:13:47.521618",
"lastModified" : "2026-06-04T22:35:52.391032",
"company" : "Test Company",
"ownerEmail" : "sit+prod@meltano.com",
"ownerProfileId" : "auth0|6a21dc7aa1db2e036a222942",
"maxWorkspaces" : 20,
"maxRows" : 100000,
"minutesPerMonth" : 300,
"minutesUsed" : 160,
"maxClients" : 5,
"_embedded" : {
"profiles" : {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/auth0%7C6a21dc7aa1db2e036a222942/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/auth0%7C6a21dc7aa1db2e036a222942/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
}
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/auth0%7C6a21dc7aa1db2e036a222942"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/auth0%7C6a21dc7aa1db2e036a222942"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/auth0%7C6a21dc7aa1db2e036a222942/admins"
}
}
}, {
"id" : "moqbs-twtbg",
"created" : "2026-07-14T16:04:39.345556",
"lastModified" : "2026-07-14T16:04:40.216502",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/moqbs-twtbg/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/moqbs-twtbg/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/moqbs-twtbg/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/moqbs-twtbg/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/moqbs-twtbg"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/moqbs-twtbg"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/moqbs-twtbg/admins"
}
}
}, {
"id" : "cbone-tcgiv",
"created" : "2026-07-14T09:29:41.337297",
"lastModified" : "2026-07-14T09:29:41.878119",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/cbone-tcgiv/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/cbone-tcgiv/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/cbone-tcgiv/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/cbone-tcgiv/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/cbone-tcgiv"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/cbone-tcgiv"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/cbone-tcgiv/admins"
}
}
}, {
"id" : "tajun-dkjax",
"created" : "2026-07-30T14:44:24.473973",
"lastModified" : "2026-07-30T14:44:24.800437",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/tajun-dkjax/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/tajun-dkjax/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/tajun-dkjax/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/tajun-dkjax/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/tajun-dkjax"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/tajun-dkjax"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/tajun-dkjax/admins"
}
}
}, {
"id" : "wpava-duxrc",
"created" : "2026-07-14T16:34:52.104333",
"lastModified" : "2026-07-14T16:34:52.924832",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/wpava-duxrc/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/wpava-duxrc/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/wpava-duxrc/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/wpava-duxrc/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/wpava-duxrc"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/wpava-duxrc"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/wpava-duxrc/admins"
}
}
}, {
"id" : "umawn-ibrmf",
"created" : "2026-07-14T09:44:57.733617",
"lastModified" : "2026-07-14T09:45:00.974796",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/umawn-ibrmf/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/umawn-ibrmf/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/umawn-ibrmf/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/umawn-ibrmf/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/umawn-ibrmf"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/umawn-ibrmf"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/umawn-ibrmf/admins"
}
}
}, {
"id" : "kevqa-njqiu",
"created" : "2026-07-14T16:35:15.466371",
"lastModified" : "2026-07-14T16:35:16.283659",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/kevqa-njqiu/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/kevqa-njqiu/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/kevqa-njqiu/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/kevqa-njqiu/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/kevqa-njqiu"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/kevqa-njqiu"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/kevqa-njqiu/admins"
}
}
}, {
"id" : "migpz-obbvf",
"created" : "2026-07-15T11:31:56.922596",
"lastModified" : "2026-07-15T11:31:57.654345",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/migpz-obbvf/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/migpz-obbvf/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/migpz-obbvf/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/migpz-obbvf/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/migpz-obbvf"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/migpz-obbvf"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/migpz-obbvf/admins"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts?page=0&size=20"
}
},
"page" : {
"size" : 20,
"totalElements" : 14,
"totalPages" : 1,
"number" : 0
}
}
View an account
GET /api/accounts/{account-id}
Returns the account {account-id}.
Prerequisites
- Account
{account-id}must exist - The authenticated user profile must be an owner of the account
{account-id}
Examples
- cURL
- Python (requests)
curl -H "Authorization: Bearer $ACCESS_TOKEN" 'https://app.matatika.com:443/api/accounts/fxagz-yfgym' -i -X GET \
-H 'Accept: application/json, application/javascript, text/javascript, text/json'
import requests
url = "https://app.matatika.com:443/api/accounts/fxagz-yfgym"
headers = {
'Authorization': ACCESS_TOKEN
}
response = requests.request("GET", url, headers=headers)
print(response.text.encode('utf8'))
Response
200 OK
Account with HAL links.
{
"id" : "fxagz-yfgym",
"created" : "2026-07-30T15:42:07.513623",
"lastModified" : "2026-07-30T15:42:07.513629",
"company" : "Test Company",
"ownerEmail" : "sit+prod@meltano.com",
"ownerProfileId" : "auth0|6a21dc7aa1db2e036a222942",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/fxagz-yfgym"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins"
}
}
}
Initialise a new account
POST /api/accounts/new
Initialises a new account.
Examples
- cURL
- Python (requests)
curl -H "Authorization: Bearer $ACCESS_TOKEN" 'https://app.matatika.com:443/api/accounts/new' -i -X POST \
-H 'Accept: application/json, application/javascript, text/javascript, text/json' \
-H 'Content-Type: application/json'
import requests
url = "https://app.matatika.com:443/api/accounts/new"
headers = {
'Authorization': ACCESS_TOKEN
}
response = requests.request("POST", url, headers=headers)
print(response.text.encode('utf8'))
Response
200 OK
Account with HAL links.
{
"id" : "fxagz-yfgym",
"created" : "2026-07-30T15:42:07.468626297",
"lastModified" : "2026-07-30T15:42:07.468626742",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 1,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym"
},
"create account" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym"
}
}
}
Create an account
PUT /api/accounts/{account-id}
Creates the account {account-id}.
Prerequisites
- The
ownerEmailmust match the authenticated user profile's email address
Body
Account resource.
{
"company" : "Test Company",
"ownerEmail" : "sit+prod+2@meltano.com"
}
Examples
- cURL
- Python (requests)
curl -H "Authorization: Bearer $ACCESS_TOKEN" 'https://app.matatika.com:443/api/accounts/fxagz-yfgym' -i -X PUT \
-H 'Accept: application/json, application/javascript, text/javascript, text/json' \
-H 'Content-Type: application/json' \
-d '{
"company" : "Test Company",
"ownerEmail" : "sit+prod+2@meltano.com"
}'
import requests
url = "https://app.matatika.com:443/api/accounts/fxagz-yfgym"
data = {
"company" : "Test Company",
"ownerEmail" : "sit+prod+2@meltano.com"
}
headers = {
'Authorization': ACCESS_TOKEN
}
response = requests.request("PUT", url, headers=headers, data=data)
print(response.text.encode('utf8'))
Response
201 Created
Account with HAL links.
{
"id" : "fxagz-yfgym",
"created" : "2026-07-30T15:42:07.513622862",
"lastModified" : "2026-07-30T15:42:07.51362852",
"company" : "Test Company",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167/working-account/fxagz-yfgym"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins"
}
}
}
Update an account
PUT /api/accounts/{account-id}
Updates the account {account-id}.
Prerequisites
- Account
{account-id}must exist - The authenticated user profile must be an owner of the account
{account-id}
Body
Account resource.
{
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod@meltano.com",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"maxClients" : 0
}
Examples
- cURL
- Python (requests)
curl -H "Authorization: Bearer $ACCESS_TOKEN" 'https://app.matatika.com:443/api/accounts/fxagz-yfgym' -i -X PUT \
-H 'Accept: application/json, application/javascript, text/javascript, text/json' \
-H 'Content-Type: application/json' \
-d '{
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod@meltano.com",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"maxClients" : 0
}'
import requests
url = "https://app.matatika.com:443/api/accounts/fxagz-yfgym"
data = {
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod@meltano.com",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"maxClients" : 0
}
headers = {
'Authorization': ACCESS_TOKEN
}
response = requests.request("PUT", url, headers=headers, data=data)
print(response.text.encode('utf8'))
Response
200 OK
Account with HAL links.
{
"id" : "fxagz-yfgym",
"created" : "2026-07-30T15:42:07.513623",
"lastModified" : "2026-07-30T15:42:07.82454245",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod@meltano.com",
"ownerProfileId" : "auth0|6a21dc7aa1db2e036a222942",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company (updated)",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/fxagz-yfgym"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins"
}
}
}
View all account admins
GET /api/accounts/{account-id}/admins
Returns all admins of the account {account-id}.
Prerequisites
- The authenticated user profile must be an owner of the account
{account-id}
Examples
- cURL
- Python (requests)
curl -H "Authorization: Bearer $ACCESS_TOKEN" 'https://app.matatika.com:443/api/accounts/fxagz-yfgym/admins' -i -X GET \
-H 'Accept: application/json, application/javascript, text/javascript, text/json'
import requests
url = "https://app.matatika.com:443/api/accounts/fxagz-yfgym/admins"
headers = {
'Authorization': ACCESS_TOKEN
}
response = requests.request("GET", url, headers=headers)
print(response.text.encode('utf8'))
Response
200 OK
Profile collection with HAL links.
{
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company (updated)",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
}
}
Add an account admin
PUT /api/accounts/{account-id}/admins/{profile-id}
Adds the profile {profile-id} as an admin of the account {account-id}.
Prerequisites
- The authenticated user profile must be an owner of the account
{account-id} - Profile
{profile-id}must exist
Examples
- cURL
- Python (requests)
curl -H "Authorization: Bearer $ACCESS_TOKEN" 'https://app.matatika.com:443/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167' -i -X PUT \
-H 'Accept: application/json, application/javascript, text/javascript, text/json' \
-H 'Content-Type: application/json'
import requests
url = "https://app.matatika.com:443/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167"
headers = {
'Authorization': ACCESS_TOKEN
}
response = requests.request("PUT", url, headers=headers)
print(response.text.encode('utf8'))
Response
200 OK
Account with HAL links.
{
"id" : "fxagz-yfgym",
"created" : "2026-07-30T15:42:07.513623",
"lastModified" : "2026-07-30T15:42:07.824542",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod@meltano.com",
"ownerProfileId" : "auth0|6a21dc7aa1db2e036a222942",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company (updated)",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/fxagz-yfgym"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins"
}
}
}
Remove an account admin
DELETE /api/accounts/{account-id}/admins/{profile-id}
Removes the profile {profile-id} as an admin of the account {account-id}.
Prerequisites
- The authenticated user profile must be an owner of the account
{account-id} - Profile
{profile-id}must be an admin of the account{account-id}
Examples
- cURL
- Python (requests)
curl -H "Authorization: Bearer $ACCESS_TOKEN" 'https://app.matatika.com:443/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167' -i -X DELETE \
-H 'Accept: application/json, application/javascript, text/javascript, text/json'
import requests
url = "https://app.matatika.com:443/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167"
headers = {
'Authorization': ACCESS_TOKEN
}
response = requests.request("DELETE", url, headers=headers)
print(response.text.encode('utf8'))
Response
204 No Content
No response body provided.
Set an account owner
PUT /api/accounts/{account-id}/owner/{profile-id}
Sets the profile {profile-id} as the primary owner of the account {account-id}.
Prerequisites
- The authenticated user profile must be an owner of the account
{account-id} - Profile
{profile-id}must be an admin of the account{account-id}
Examples
- cURL
- Python (requests)
curl -H "Authorization: Bearer $ACCESS_TOKEN" 'https://app.matatika.com:443/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dcb31409cf3514bdf167' -i -X PUT \
-H 'Accept: application/json, application/javascript, text/javascript, text/json' \
-H 'Content-Type: application/json'
import requests
url = "https://app.matatika.com:443/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dcb31409cf3514bdf167"
headers = {
'Authorization': ACCESS_TOKEN
}
response = requests.request("PUT", url, headers=headers)
print(response.text.encode('utf8'))
Response
200 OK
Account with HAL links.
{
"id" : "fxagz-yfgym",
"created" : "2026-07-30T15:42:07.513623",
"lastModified" : "2026-07-30T15:42:07.824542",
"company" : "Test Company (updated)",
"ownerEmail" : "sit+prod+2@meltano.com",
"ownerProfileId" : "auth0|6a21dcb31409cf3514bdf167",
"maxWorkspaces" : 0,
"maxRows" : 0,
"minutesPerMonth" : 0,
"minutesUsed" : 0,
"maxClients" : 0,
"_embedded" : {
"profiles" : [ {
"id" : "auth0|6a21dcb31409cf3514bdf167",
"name" : "sit+prod+2@meltano.com",
"handle" : "@sit+prod+21",
"email" : "sit+prod+2@meltano.com",
"workingAccount" : {
"company" : "Test Company (updated)",
"id" : "fxagz-yfgym"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dcb31409cf3514bdf167"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dcb31409cf3514bdf167"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dcb31409cf3514bdf167"
}
}
}, {
"id" : "auth0|6a21dc7aa1db2e036a222942",
"name" : "sit+prod@meltano.com",
"handle" : "@sit+prod1",
"email" : "sit+prod@meltano.com",
"workingAccount" : {
"company" : "Test Company",
"id" : "auth0|6a21dc7aa1db2e036a222942"
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/profiles"
},
"update edit profile" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942"
},
"workspaces" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"new workspace" : {
"href" : "https://app.matatika.com/api/workspaces"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account"
},
"remove account admin" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins/auth0%7C6a21dc7aa1db2e036a222942"
},
"make account owner" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/owner/auth0%7C6a21dc7aa1db2e036a222942"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym"
},
"set working account" : {
"href" : "https://app.matatika.com/api/profiles/auth0%7C6a21dc7aa1db2e036a222942/working-account/fxagz-yfgym"
},
"admins" : {
"href" : "https://app.matatika.com/api/accounts/fxagz-yfgym/admins"
}
}
}
Transfer a workspace
PUT /api/accounts/{account-id}/workspaces/{workspace-id}/transfer
Transfers the workspace {workspace-id} to the account {account-id}.
Prerequisites
- The user must be the owner of the account
{account-id}
Response
200 OK
Workspace with HAL links.
{
"id" : "1eb662dd-5a89-4605-97b1-3d71673f482c",
"created" : "2026-07-30T15:42:01.583697",
"lastModified" : "2026-07-30T15:42:01.583697",
"alias" : "fppzzbb",
"name" : "Test Workspace [2026-07-30T15:42:01.582255343]",
"domains" : [ ],
"repositoryUrl" : "DISABLED",
"deploymentSecret" : "xjhgdediinfbedfdhjuwumyxgghnna",
"appProperties" : { },
"status" : "READY",
"managed" : true,
"settings" : [ ],
"_embedded" : {
"default datastore" : {
"id" : "162ff80c-fefd-4855-b5be-e65b4e560b4a",
"created" : "2026-07-30T15:42:01.865918",
"lastModified" : "2026-07-30T15:42:01.865918",
"name" : "Warehouse",
"properties" : {
"password" : "cc2yDL0f_2G44jtFk_wHYLbB87",
"dbname" : "zdwztgo",
"default_target_schema" : "analytics",
"port" : "5432",
"host" : "sharp-banana2.postgres.database.azure.com",
"user" : "zdwztgo"
},
"commands" : { },
"dataPlugin" : "loaders/target-postgres--matatika",
"dataPluginType" : "loader",
"dataPluginLogoUrl" : "/assets/logos/loaders/postgres.png",
"logoUrl" : "/assets/logos/loaders/postgres.png",
"workspace" : "1eb662dd-5a89-4605-97b1-3d71673f482c",
"jdbcUrl" : "jdbc:postgresql://sharp-banana2.postgres.database.azure.com:5432/zdwztgo",
"managed" : true,
"draft" : false,
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/datastores/162ff80c-fefd-4855-b5be-e65b4e560b4a"
},
"dataplugin" : {
"href" : "https://app.matatika.com/api/dataplugins/777aead9-8b31-4192-8b67-41f76a97ac1d"
}
}
},
"state datastore" : {
"id" : "162ff80c-fefd-4855-b5be-e65b4e560b4a",
"created" : "2026-07-30T15:42:01.865918",
"lastModified" : "2026-07-30T15:42:01.865918",
"name" : "Warehouse",
"properties" : {
"password" : "cc2yDL0f_2G44jtFk_wHYLbB87",
"dbname" : "zdwztgo",
"default_target_schema" : "analytics",
"port" : "5432",
"host" : "sharp-banana2.postgres.database.azure.com",
"user" : "zdwztgo"
},
"commands" : { },
"dataPlugin" : "loaders/target-postgres--matatika",
"dataPluginType" : "loader",
"dataPluginLogoUrl" : "/assets/logos/loaders/postgres.png",
"logoUrl" : "/assets/logos/loaders/postgres.png",
"workspace" : "1eb662dd-5a89-4605-97b1-3d71673f482c",
"jdbcUrl" : "jdbc:postgresql://sharp-banana2.postgres.database.azure.com:5432/zdwztgo",
"managed" : true,
"draft" : false,
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/datastores/162ff80c-fefd-4855-b5be-e65b4e560b4a"
},
"dataplugin" : {
"href" : "https://app.matatika.com/api/dataplugins/777aead9-8b31-4192-8b67-41f76a97ac1d"
}
}
}
},
"defaultWorkspace" : false,
"_links" : {
"self" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c"
},
"update delete workspace" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c"
},
"administrators" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/administrators"
},
"transfer" : {
"href" : "https://app.matatika.com/api/accounts/auth0%7C6a21dc7aa1db2e036a222942/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/transfer"
},
"make-default" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/default"
},
"members" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/members"
},
"news" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/news"
},
"newsTags" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/news/tags"
},
"invitations" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/invitations"
},
"create invitation" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/invitations"
},
"datasets" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/datasets"
},
"publish dataset" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/datasets"
},
"liked-datasets" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/liked"
},
"channels" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/channels"
},
"tags" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/tags"
},
"search" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/search"
},
"feed" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/feed"
},
"msearch" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/datasets/_msearch"
},
"questions" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/questions"
},
"discovery.yml" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/discovery.yml"
},
"dataplugins" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/dataplugins"
},
"availabledataplugins" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/availabledataplugins"
},
"datacomponents" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/datacomponents"
},
"datastores" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/datastores"
},
"default datastore" : {
"href" : "https://app.matatika.com/api/datastores/162ff80c-fefd-4855-b5be-e65b4e560b4a"
},
"pipelines" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/pipelines"
},
"jobs" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/jobs"
},
"new dataplugin" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/dataplugins"
},
"publish discovery.yml" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/discovery"
},
"new datacomponent" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/datacomponents"
},
"new datastore" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/datastores"
},
"new pipeline" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/pipelines"
},
"add subscription" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/subscriptions"
},
"notifications" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/notifications"
},
"create deployment" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/deployments"
},
"resources" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/resources"
},
"publish resources" : {
"href" : "https://app.matatika.com/api/workspaces/1eb662dd-5a89-4605-97b1-3d71673f482c/resources"
}
}
}