Skip to main content
GET
List access grants

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.

Query Parameters

limit
integer
default:20

Maximum number of results to return.

Required range: x <= 100
cursor
string

Opaque pagination cursor from a previous response's next_cursor.

Response

Grant list.

items
object[]
next_cursor
string | null