CreateApiKeyRequest
namestringrequired
Example:
Production BackendallowedDomainsstring[]
Domaines autorisés (obligatoire pour les widgets JS)
Example:
["monsite.fr"]config object
smtpboolean
Default value:
falsedisposableboolean
Default value:
trueroleAccountboolean
Default value:
trueenrichmentboolean
Default value:
falserandomDetectionboolean
Default value:
trueprofanityboolean
Default value:
trueCreateApiKeyRequest
{
"name": "Production Backend",
"allowedDomains": [
"monsite.fr"
],
"config": {
"smtp": false,
"disposable": true,
"roleAccount": true,
"enrichment": false,
"randomDetection": true,
"profanity": true
}
}