Get a list of invites

This method retrieves the list of review invites by channel ID.
The result set can be modified using a set of filters.

The path must contain a channelId. Note that this must be the channel ID that was assigned by eTrusted and not a user-defined ID.

Query parameters can be added to the request, separated by &.
By adding parameters to the request, you can filter the result list and:

  • specify the maximum number of invites they want to retrieve with this request
  • retrieve invites submitted within a certain time frame

The response object contains the list of invite objects as well as information for paginating invites in a user interface.
See our guide on paginating response data for more information.

Path Params
string
required

The channel UUID for which to retrieve the list of invites.

Query Params
integer

The desired number of invite objects to be retrieved per page.

string

after is an invite UUID.
The list of invites in the response will only contain invites sent earlier than the invite with this ID.

string

before is an invite UUID.
The list of invites in the response will only contain invites sent later than the invite with this ID.

string

query is a search term that is matched against the transaction reference and customer email address properties (see the response schema).
Only matching invites will be included in the response.

Headers
string
required

An authorisation header containing meta information, see OAuth2.

string

Channel-Id contains the user-defined channel name. This allows the resource to to be called without a channel ID in the path. If using this header, the channel ID in the path must be set to "user-defined".

Responses

401

Unauthorized

403

Forbidden

404

Not Found

Language
LoadingLoading…
Response
Choose an example:
application/json