Docs

Invalid URL

The URL you called is invalid.

Example response
{
"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

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.

Troubleshooting

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

Was this page helpful?