List deliveries
Lists deliveries across both directions. Filter by direction to
scope to incoming or outgoing only.
Documentation Index
Fetch the complete documentation index at: https://docs.cula.tech/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 client credentials flow. Exchange your client_id and
client_secret for a short-lived access token, then pass it as
a Bearer token in the Authorization header.
Headers
Organisation ID that scopes this request. The authenticated consumer must be authorized for this organisation. Omitting this header returns 400; passing an unauthorised org returns 403.
Query Parameters
Cursor for forward pagination. Pass the next_cursor value from a
previous response to fetch the next page. Must be a valid resource ID.
Maximum number of items to return per page.
1 <= x <= 50Filter by delivery direction. Resolved from the delivery's config. Omit to return both incoming and outgoing.
incoming, outgoing