parameter_invalid_url
A field that must hold an absolute URL received a value that is not one, usually because the scheme or the host is missing.
| Code | Type | HTTP | Category |
|---|---|---|---|
parameter_invalid_url | invalid_request_error | 400 | Request |
Cause
A field that must hold an absolute URL received a value that is not one, usually because the scheme or the host is missing.
What to do
Send an absolute https:// URL in the field named by error.param.
Message returned by the API
The parameter must be a valid URL.
Related
All Request error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.