Http Api

Last Updated: 2023-10-29 02:01:34
The API is only available for those who have imported an existing domain or purchased a domain through fliddo. A fliddosites domain does not have access to the HTTP API. Now that the fundamentals have been explained, it's time to go into further detail of each HTTP API endpoint, it's purpose and the response results.
    
All API endpoints are accessed through the URL https://api.[your domain name].  To simplify things, this base URL will be omitted in the remainder of the documentation.
  
Your website comes with an internal system plugin which handles authentication, token verification and queued task polling.  The following API is available.
            
/api/system/access/authorize
Http: POST
Headers: X-Api-Token
Request: UserName, Password
Results: ClientToken
                   
/api/system/status/queue
Http: GET|POST
Headers: X-Api-Token, X-Api-Client-Token
Request: ReferenceId
Results: Status, Error, Response
Was this page helpful?