GET /url/r/{uniqueId}

Path parameters

  • uniqueId string Required

Responses

  • 301

    Moved Permanently

  • 302

    Found

  • 404 application/json

    Not found

    Hide response attributes Show response attributes object
    • error boolean
    • timestamp string(date-time)
    • uniqueId string | null
GET /url/r/{uniqueId}
curl \
 --request GET 'https://call.xap3y.space/v1/url/r/{uniqueId}'
Response examples (404)
{
  "error": true,
  "timestamp": "2025-05-04T09:42:00Z",
  "uniqueId": "string"
}