Apache Iceberg · Example Payload

Rest Catalog Open Api O Auth Token Exchange Request Example

ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

Rest Catalog Open Api O Auth Token Exchange Request Example is an example object payload from Apache Iceberg, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

grant_typescopesubject_tokenactor_token

Example Payload

Raw ↑
{
  "grant_type": "urn:ietf:params:oauth:grant-type:token-exchange",
  "scope": "example-value",
  "subject_token": "abc123def456abc123def456",
  "actor_token": "abc123def456abc123def456"
}