SPENDiD APIs return standard HTTP success or error status codes.
Code | Title | Description |
---|---|---|
200 | OK | The request was successful. |
400 | Bad Request | There was a problem validating the JSON body of your request. |
403 | Forbidden | Your API key is not valid for this resource. |
50X | Internal Server Error | An error occurred with our API. |
Updated 10 months ago