API Access
The FortiLAN Cloud REST APIs provide functions similar to its GUI functions for configuration and monitoring. You can access the detailed API references at FortiLAN Cloud REST APIs on the Fortinet Developer Network (FNDN). For more information see Fortinet Developer Network.
To access FortiLAN Cloud, a client sends secure HTTP requests to the FortiLAN Cloud API URL determined by the domain region.
Domain |
API URL |
---|---|
Global |
https://fortilan.forticloud.com/api/v1/ |
Europe |
https://eu.fortilan.forticloud.com/api/v1/ |
Japan |
https://jp.fortilan.forticloud.com/api/v1/ |
USA |
https://us.fortilan.forticloud.com/api/v1/ |
All API requests and responses are in JSON format. The client programs need to use these HTTP headers; Content-Type: application/json
and Accept: application/json
.
Note: FortiLAN Cloud supports HTTP2.