@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Message Center API
@base https://apiexamples.vtexcommercestable.com.br
@version 1.0.0
@auth ApiKey X-VTEX-API-AppKey in header | ApiKey X-VTEX-API-AppToken in header | ApiKey VtexIdclientAutCookie in header
@endpoints 1
@toc api(1)

@endpoint POST /api/mail-service/pvt/providers/{EmailProvider}/dkim
@desc Generate DKIM keys
@required {EmailProvider: str # Email address for the sender that was set up in VTEX mail servers.}
@returns(200) {status: str, dkimKeys: [str]?} # OK
@errors {401: Unauthorized}

@end
