Visibility
Search outbound visibility errors
Search outbound visibility delivery errors with paginated POST filters — customer platform, load number, error type, and failure date range for troubleshooting.
POST
Search outbound visibility errors
This endpoint allows you to retrieve a paginated list of outbound errors for a specified time range. The request includes parameters for pagination and a time range filter. Note that the time range must be 7 days or less. This feature helps users identify and manage any errors that occurred while sharing updates with external systems.
Replace
Request Body Parameters
All the following parameters are required in the request body:Example CURL Request
YOUR_ACCESS_TOKEN with your actual Bearer token. Ensure that the start and end dates are within a 7-day range.
Validation errors
TimeRange is required. If the request body omits it, the endpoint returns 400 Bad Request and names the missing field in the validation message: TimeRange is required.
If TimeRange spans more than 7 days, the endpoint returns 400 Bad Request with the validation message Time range must be less than 7 days.
Response Fields
The response is a paginated list of error items, including details about each error:Example Response
Rate Limits
All endpoints are subject to rate limits to protect the API from traffic spikes. For detailed information on rate limits, please refer to the Rate Limits section. This page is interactive, allowing you to test the endpoint by providing the required request body. The CURL command will update automatically based on your inputs. You can also try this request by forking our Public API Postman Collection. Remember to authorize yourself before trying a request.Authorizations
OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.
Path Parameters
API version (e.g., 1.0)
Example:
"1.0"