Skip to content

Follow a short link

GET
/s/{code}
curl --request GET \
--url https://api.getvespy.com/s/example

Redirects to the link target. Unknown, expired, and revoked codes all redirect to the onboarding page instead.

code
required
string
/^[1-9A-HJ-NP-Za-km-z]{6,32}$/

Empty body; the browser is redirected to the target URL, or to the onboarding page when the code is unknown, expired, or revoked.

Media typeapplication/json

Empty body; the browser is redirected to the target URL, or to the onboarding page when the code is unknown, expired, or revoked.

object
Examplegenerated
{}

Default Response

Media typeapplication/json
object
code
string
errors
Array<object>
object
code
required
string
message
required
string
path
required
string
message
required
string
Examplegenerated
{
"code": "example",
"errors": [
{
"code": "example",
"message": "example",
"path": "example"
}
],
"message": "example"
}