Technical Tip: How to connect API with FortiMail Cloud
| Description | This article describes how to connect to a FortiMail Cloud tenant through API. |
| Scope | FortiMail Cloud. |
| Solution |
curl -v -H "Content-Type: application/json" -X POST -d '{"name":"Cloud admin username","cldTK":"TOKEN Password shared by TAC in step 2"}'
Note that CLDTK is instated on the password used in the normal API calls in the appliance or Virtual type.
|


