<- Terminal API

Terminal API

Search terminal actionsBeta

POST

 /v2/terminals/actions/search

Retrieves a filtered list of Terminal action requests created by the account making the request.

Terminal action requests are available for 30 days.

Permissions:PAYMENTS_READ
Try in API Explorer
Link to section

Request body

Example code

Link to section

query

Queries terminal actions based on given conditions and sort order. Leaving this unset will return all actions with the default sort order.

Link to section

cursor

string

A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query. See Pagination for more information.

Link to section

limit

integer(32-bit)

Limit the number of results returned for a single request.

Link to section

Response fields

Link to section

errors

Information on errors encountered during the request.

Link to section

action

The requested search result of TerminalActions.

Link to section

cursor

string

The pagination cursor to be used in a subsequent request. If empty, this is the final response.

See Pagination for more information.