API Access
The FortiEdge Cloud REST APIs provide functions similar to its GUI functions for configuration and monitoring. You can access the detailed API references at FortiEdge Cloud REST APIs on the Fortinet Developer Network (FNDN). For more information see Fortinet Developer Network.
To access FortiEdge Cloud, a client sends secure HTTP requests to the FortiEdge Cloud API URL determined by the domain region.
|
Domain |
API URL |
|---|---|
| Canada |
https://ca.fortiedge.forticloud.com/ |
| Europe |
https://eu.fortiedge.forticloud.com/api/v1/ |
| Japan |
https://jp.fortiedge.forticloud.com/api/v1/ |
|
USA |
https://us.fortiedge.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: FortiEdge Cloud supports HTTP2.