GET

Get redirect test

https://linkshift.app/api/v1/redirect-tests/{id}

Returns one stored redirect test fixture by ID.

Operation ID:getRedirectTestTags: Redirect Tests

Security

  • 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/json
response 200objectrequired
Stored redirect test fixture used for regression checks.
createdAtstringrequired
Creation timestamp (UTC).
format: date-time
deletedAtstring | nullnullable
Soft-delete timestamp in UTC when deleted.
format: date-time
domainGroupIdstringrequired
Domain-group scope for this test.
idstringrequired
Redirect-test ID.
organizationIdstringrequired
Owning organization ID.
pathWithQuerystringrequired
Request path including query string.
updatedAtstringrequired
Last update timestamp (UTC).
format: date-time