# Invalid URL

The URL you called is invalid.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "invalid_url",
    "detail": "URL called is invalid.",
    "documentation_url": "https://developer.paddle.com/errors/shared/invalid_url"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 404 |
| Error code | `invalid_url` |
| Error message | URL called is invalid. |

## Common causes

- There is no resource at the URL you have requested.
- You tried calling an endpoint that you don't have permission for.

## Common solutions

- Check that you have called the correct URL.
- Ensure you have sent the correct authentication with your request.
