Connect
section and select the cURL
tab. You can simply copy the curl expression and run on your terminal.
Status Code | Description |
---|---|
200 OK | When request is accepted and successfully executed. |
400 Bad Request | When there’s a syntax error, an invalid/unsupported command is sent or command execution fails. |
401 Unauthorized | When authentication fails; auth token is missing or invalid. |
405 Method Not Allowed | When an unsupported HTTP method is used. Only HEAD , GET , POST , and PUT methods are allowed. |