# Redirect to merchant with auth token and mobile Redirects to a merchant page using auth token and user mobile number. Endpoint: GET /api/v1/redirect/to/merchant/{auth_token}/{mobile} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `auth_token` (string, required) Authentication token - `mobile` (string, required) User mobile number ## Response 200 fields (application/json): - `status` (string, required) Outcome of the request. Always success for 2xx responses. Enum: "success" - `message` (string, required) Short description of the successful operation outcome. Example: "Operation completed successfully" ## Response 400 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request. Example: "Bad request - missing or invalid data"