Snowflake · Schema

ApiKey

An alphanumeric string that is used to identify API clients and control access to the API, also called a subscription key.

Data LakesData SharingData WarehousingDatabaseSQL
View JSON Schema on GitHub

JSON Schema

api-integration-api-key-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ApiKey",
  "type": "string",
  "description": "An alphanumeric string that is used to identify API clients and control access to the API, also called a subscription key."
}