Skip to main content
GET
Get chain proof

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.

subject_type
enum<string>
required

Subject type discriminator.

Available options:
individual,
organization
subject_id
string
required

Stable subject identifier within its type namespace.

Query Parameters

depth
integer
default:50

Maximum chain depth to return.

Required range: x <= 200

Response

Chain proof.

subject_type
string
subject_id
string
chain
object[]
chain_valid
boolean

Whether all links in the returned chain are valid.