Start
Guides
Concepts
API endpoints
GET
Get redirect test
https://linkshift.app/api/v1/redirect-tests/{id}Returns one stored redirect test fixture by ID.
Operation ID:
getRedirectTestTags: Redirect TestsSecurity
- ApiKeyAuth: apiKey | header:X-API-Key | API key generated in LinkShift dashboard (`Organization -> Manage API keys`).
Parameters
Path parameters
idrequired
Type: stringDescription: Resource identifier.
Request body schema
No request body schema.
Response schema
Redirect test details
Content type:
application/jsonresponse 200objectrequired
Stored redirect test fixture used for regression checks.
createdAtstringrequired
Creation timestamp (UTC).
deletedAtstring | nullnullable
Soft-delete timestamp in UTC when deleted.
domainGroupIdstringrequired
Domain-group scope for this test.
expectedResultobjectrequired
Expected simulation outcome payload.
[key: string]unknown
Additional properties are allowed
idstringrequired
Redirect-test ID.
organizationIdstringrequired
Owning organization ID.
pathWithQuerystringrequired
Request path including query string.
requestDataobjectrequired
Optional request metadata such as method, headers, query, protocol, or user-agent.
[key: string]unknown
Additional properties are allowed
updatedAtstringrequired
Last update timestamp (UTC).
