Skip to main content
GET
/
v1
/
alert
Buscar alertas
curl --request GET \
  --url https://sandbox.api.veepag.com/v1/alert \
  --header 'apiKey: <api-key>'
{
  "items": [],
  "has_more": false,
  "limit": 20,
  "total_pages": 1,
  "page": 1,
  "total": 0,
  "query_count": 0
}

Authorizations

apiKey
string
header
required

API key no formato keyId.secret.

Query Parameters

page
number
limit
number
cardLast4
string
cardFirst6
string
sort.order
enum<string>
Available options:
asc,
desc
sort.property
enum<string>
Available options:
createdAt,
lastUpdate
rangeTime.end
string
rangeTime.start
string
status
any[]
type
enum<string>
Available options:
ETHOCA,
VISA
referenceId
string
id
string

Response

Alertas paginados.

items
object[]
has_more
boolean
Example:

false

limit
integer
Example:

20

total_pages
integer
Example:

1

page
integer
Example:

1

total
integer
Example:

0

query_count
integer
Example:

0