{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PartialAppAuthStrategyConfigKeyAuth",
"title": "PartialAppAuthStrategyConfigKeyAuth",
"description": "Key Auth configuration for updating an Application Auth Strategy.\nThe ttl field can be set to null to unset the Time-To-Live.\n",
"type": "object",
"properties": {
"key_names": {
"description": "The names of the headers containing the API key. You can specify multiple header names.",
"type": "array",
"items": {
"type": "string",
"maxLength": 256
},
"maxItems": 10,
"minItems": 1
},
"ttl": {
"description": "Default maximum Time-To-Live for keys created under this strategy. Set to null to unset.",
"type": "object",
"nullable": true,
"properties": {
"value": {
"type": "integer",
"minimum": 1
},
"unit": {
"type": "string",
"enum": [
"days",
"weeks",
"years"
],
"x-speakeasy-unknown-values": "allow"
}
},
"required": [
"value",
"unit"
]
}
},
"additionalProperties": false
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.