ApiKey
idstring
namestring
prefixstring
Example:
ywc_live_abc1...statusstring
Possible values: [active, revoked]
allowedDomainsstring[]
Domaines autorisés (vide = tous)
config object
smtpboolean
disposableboolean
roleAccountboolean
enrichmentboolean
randomDetectionboolean
profanityboolean
lastUsedAtstring<date-time>nullable
createdAtstring<date-time>
ApiKey
{
"id": "string",
"name": "string",
"prefix": "ywc_live_abc1...",
"status": "active",
"allowedDomains": [
"string"
],
"config": {
"smtp": true,
"disposable": true,
"roleAccount": true,
"enrichment": true,
"randomDetection": true,
"profanity": true
},
"lastUsedAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z"
}