Fetch an app's network request paths for a domain
/apps/{id}/networkRequests/pathsFetch an app's network request paths for a given domain.
Results are limited to 10 paths ordered alphabetically. from & to
will default to a last 24 hours time range if not supplied.
Authorization
bearerAuth User access token issued at sign-in. Sent as
Authorization: Bearer <access-token> unless cookies are used to send
tokens. The /auth/refresh and /auth/signout endpoints expect the
session's refresh token in the same header format instead.
In: header
Path Parameters
App's UUID.
uuidQuery Parameters
The domain to fetch paths for.
Case-insensitive substring search filter for paths.
ISO 8601 UTC string in milliseconds precision. Example: 2023-11-01T18:30:00.000Z. Omitting both from and to returns the last seven days.
ISO 8601 UTC string in milliseconds precision. Example: 2023-11-01T18:30:00.000Z. Omitting both from and to returns the last seven days.
Response Body
application/json
curl -X GET "https://example.com/apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/networkRequests/paths?domain=string"{ "results": [ "/api/users", "/api/users/{id}", "/api/products" ]}Think this page can be better?
Open an issue