Skip to main content
GET
/
plaud
/
user
/
feature-access
Get feature access
curl --request GET \
  --url https://{deployment}/api/v1/plaud/user/feature-access \
  --header 'X-API-KEY: <api-key>'
{
  "status": 123,
  "msg": "<string>",
  "data": {}
}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY). Your Plaud account credentials are stored server-side — you do not send them.

Response

Feature-access flags

Loose Plaud envelope passed through verbatim. data shape varies and is not fixed by this API.

status
integer

Plaud envelope status (0 = success).

msg
string
data
object

Upstream payload, passed through as-is.