Service Mail > Bimi

Create/Update Bimi

Create or update (if you already have one) the bimi associated to the mail service

post/1/mail_hostings/{mail_hosting_id}/bimi

Path parameters

mail_hosting_idstring required

Request body

link_logostring binary
link_vmcstring binary
logostring binary
vmcstring binary

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "status": "enabled",
    "state": "CERTIFIED",
    "current": "v=BIMI1; l=https://example.com/logo.svg; a=https://example.com/bimi.pem"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.