Skip to main content
POST
Create an access grant

Authorizations

Authorization
string
header
required

Firebase Auth JWT issued by Google Identity Platform. Obtain a token by signing in at your app domain and calling firebase.auth().currentUser.getIdToken().

Path Parameters

tenant_id
string
required

Tenant identifier.

Body

application/json
grantee_tenant_id
string
required

Tenant ID of the counterparty receiving access.

subject_type
enum<string>
required
Available options:
individual,
organization
subject_id
string
required
scopes
enum<string>[]
required
Minimum array length: 1
Available options:
read_latest,
read_lineage,
read_snapshot_by_id,
read_diff
expires_at
string<date-time> | null

Optional expiry. Null means the grant does not expire.

Response

Grant created.

grant
object