quecto

Check password need

Check if a shortened link need a password to be unshortened

GET
/{short_code}/password
/{short_code}/password

Path Parameters

short_code
Required
string

Shortened link short code

curl -X GET "https://s.oriondev.fr/api/string/password"

The link have a password

{
  "status": 200,
  "message": "The link have a password",
  "data": false
}