Path parameters

  • id string Required

Responses

  • 301

    Redirect

  • 404 application/json

    Not found

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