# Not available in sandbox

This endpoint is not available in the sandbox environment.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "not_available_in_sandbox",
    "detail": "This endpoint is not available in the sandbox environment.",
    "documentation_url": "https://developer.paddle.com/errors/shared/not_available_in_sandbox"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 404 |
| Error code | `not_available_in_sandbox` |
| Error message | This endpoint is not available in the sandbox environment. |

## Common causes

- You tried to call an endpoint that is only available in the production environment.

## Common solutions

- Check that you're using [the correct URL](https://developer.paddle.com/api-reference/overview) for the environment. Some endpoints are only available in production.
