curl --request GET \
--url https://api.example.com/v1/random/date \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Generate random date(s) within a range.
curl --request GET \
--url https://api.example.com/v1/random/date \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
Output format: iso, us, eu, unix
Number of dates to generate
1 <= x <= 100Successful Response