Redirect Outcomes
Every Catena Connect session ends with a redirect to one of your configured callback URLs. There are three possible outcomes:Successful Connection
The fleet connected at least one supported TSP. Catena redirects to your
success_redirect_url.Integration Requested
The fleet’s TSP isn’t supported yet, but they submitted an integration request. Catena redirects to your
success_redirect_url with additional parameters.Failure / Abandoned
The fleet exited the flow without connecting a TSP or submitting an integration request. Catena redirects to your
failure_redirect_url.Integration requests use the success URL. Submitting an integration request is treated as a successful outcome—the fleet completed the available next step. Your success handler must check the
status parameter to distinguish a live connection from a pending integration request.Redirect Examples
- Successful connection
- Integration requested
- Failure / Abandoned
Query Parameters
| Parameter | Redirect | Description |
|---|---|---|
status | All | One of success, integration-requested, or failure. |
integration_request_id | Integration requested only | Unique ID for the integration request. Use this to correlate redirects with webhook events or support follow-ups. |
Handling Integration Requests
When your success handler receivesstatus=integration-requested, the fleet has completed everything they can for now. A typical response:
Acknowledge the Fleet
Display a confirmation message explaining that their ELD provider has been requested and that they’ll be notified when it becomes available.
Store the integration_request_id
Persist the
integration_request_id so you can match it against future webhook notifications when the integration goes live.Grant Temporary Access (Optional)
If your platform supports it, grant the fleet provisional access while the integration is pending. This avoids blocking carriers who are otherwise ready to onboard.
Fleet Experience in Connect

- Confirmation that Catena received the request
- Option to return to your platform
- Option to add another telematics provider
Configuring Callback URLs
Callback URLs are set when creating an invitation via the Organizations API. Bothsuccess_redirect_url and failure_redirect_url are required.
Contact Support
Have questions or need assistance? Our team is here to help you succeed.