List NF-e external requests
GET/v1/nfes/:id/requests
Lists captured HTTP requests for this NF-e (provider calls and incoming webhooks), paginated. Use direction to filter between outbound and inbound.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Paginated list of requests.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.