Apache Iceberg · Example Payload

Rest Catalog Open Api O Auth Client Credentials Request Example

ACIDAnalyticsApacheData LakeLakehouseOpen SourceTable Format

Rest Catalog Open Api O Auth Client Credentials 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_typescopeclient_idclient_secret

Example Payload

Raw ↑
{
  "grant_type": "client_credentials",
  "scope": "example-value",
  "client_id": "iceberg-2351",
  "client_secret": "example-value"
}