Aller au contenu principal

CreateApiKeyRequest

namestringrequired
Example: Production Backend
allowedDomainsstring[]

Domaines autorisés (obligatoire pour les widgets JS)

Example: ["monsite.fr"]
config object
smtpboolean
Default value: false
disposableboolean
Default value: true
roleAccountboolean
Default value: true
enrichmentboolean
Default value: false
randomDetectionboolean
Default value: true
profanityboolean
Default value: true
CreateApiKeyRequest
{
"name": "Production Backend",
"allowedDomains": [
"monsite.fr"
],
"config": {
"smtp": false,
"disposable": true,
"roleAccount": true,
"enrichment": false,
"randomDetection": true,
"profanity": true
}
}