Production Endpoint: https://api.paradox.ai/api/v1/public
The prefix will very between environments - https://your_enviornment_here.paradox.ai/api/v1/public
Supported Methods
- GET
- POST
- PUT
- PATCH (limited endpoints)
- DELETE
Response Codes
- 200 Request success
- 400 Bad request data.
- 401 Authentication failed, Not authenticated.
- 403 Permission denied, this mostly because session expired or none-login attempt to call API. Access to not owned resources.
- 404 Invalid API URI
- 429 "Too Many Requests," indicating that the client is exceeding the endpoint's rate limit
- 432 Token expired.
- 500 Internal server error
