Skip to main content
GET
/
reports
List compliance reports
curl --request GET \
  --url https://api.wavynode.com/v1/reports \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Supported countries

CodeCountry
MXMéxico
COColombia
SVEl Salvador
GTGuatemala

Query parameters

ParameterTypeRequiredDescription
projectIdintegeryesYour project ID
periodstringyesPeriod in YYYY-MM format
countryCodestringyesOne of MX, CO, SV, GT
limitintegernoMax results (default: 10)
offsetintegernoPagination offset
searchstringnoFilter by report name
Reports are generated automatically based on your project’s transaction activity and the regulatory requirements of each jurisdiction.

Authorizations

x-api-key
string
header
required

Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.

Query Parameters

projectId
integer
required

The project ID

period
string
required

Report period in YYYY-MM format

countryCode
enum<string>
required

Country code for regulatory jurisdiction

Available options:
MX,
CO,
SV,
GT
limit
integer
default:10

Maximum number of reports to return (default: 10)

offset
integer
default:0

Pagination offset

Search term to filter reports by name

Response

List of compliance reports

success
boolean
data
object[]