v1

latestOpenAPI 3.0.0raw.githubusercontent.com2024-06-14254049.0 KB
TemporaryTableCredentials

Generate temporary table credentials.

post/temporary-table-credentials

Request body

table_idstring required

Table id for which temporary credentials are generated. Can be obtained from tables/{full_name} (get table info) API.

operation'UNKNOWN_TABLE_OPERATION' | 'READ' | 'READ_WRITE' required

Example request

{
  "table_id": "table_id",
  "operation": null
}

Response

Successful response

expiration_timeinteger

Server time when the credential will expire, in epoch milliseconds. The API client is advised to cache the credential given this expiration time.