Skip to main content
GET
/
v1
/
slug
/
add-query-param
Add Query Param
curl --request GET \
  --url https://api.example.com/v1/slug/add-query-param \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

url
string
required

URL to modify

key
string
required

Parameter key

value
string
required

Parameter value

Response

Successful Response