Skip to main content
POST
Create report
The date_range.from and date_range.to fields require datetime format (yyyy-MM-dd'T'HH:mm:ss.SSS'Z'), not date-only format (YYYY-MM-DD). Example: "2026-01-01T00:00:00.000Z".

Authorizations

public-api-key
string
header
required

Your public API key from the Yuno Dashboard

private-secret-key
string
header
required

Your private secret key (server-side only)

Body

application/json
date_range
object
required

Date range for the report. Must use datetime format (yyyy-MM-dd'T'HH:mm:ss.SSS'Z'), not date-only format.

type
string

Type of report to generate

Example:

"TRANSACTIONS"

Response

Report generation initiated

id
string<uuid>
Example:

"a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"

status
enum<string>

Report generation status

Available options:
PROCESSING,
COMPLETED,
FAILED
Example:

"PROCESSING"

date_range
object
download_url
string<uri>

URL to download the completed report

Example:

"https://reports.y.uno/download/a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"

created_at
string<date-time>
Example:

"2026-03-01T12:00:00.000Z"