IdentityEnvelope
okbooleanrequired
meta object
watermarkstring
Opaque leak-tracing token. Safe to ignore.
Possible values: Value must match regular expression ^wm_[0-9a-f]{8}$
Example:
wm_a1b2c3d4data objectrequired
organization_idstringrequired
Organization bound to the API key. Pass as org_id, or use me.
Example:
org_example_01HZYABCDEFGHJKMNPQRSTVWXYkey_prefixstring
Non-secret prefix identifying the key.
Example:
fb_live_EXAMPLEpermissionsstring[]required
Example:
["governance:read","governance:evaluate"]IdentityEnvelope
{
"ok": true,
"meta": {
"watermark": "wm_a1b2c3d4"
},
"data": {
"organization_id": "org_example_01HZYABCDEFGHJKMNPQRSTVWXY",
"key_prefix": "fb_live_EXAMPLE",
"permissions": [
"governance:read",
"governance:evaluate"
]
}
}