curl --request GET \
--url https://api.example.com/v2/applications{
"data": [
{
"id": "<string>",
"organizationId": "<string>",
"customerId": "<string>",
"externalId": "<string>",
"type": "ORGANIZATION_ONBOARDING",
"status": "IN_PROGRESS",
"asset": {
"code": "USD",
"chain": "ETHEREUM"
},
"submittedAt": "2023-11-07T05:31:56Z",
"reviewedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"meta": {
"page": 123,
"limit": 123,
"total": 123
}
}curl --request GET \
--url https://api.example.com/v2/applications{
"data": [
{
"id": "<string>",
"organizationId": "<string>",
"customerId": "<string>",
"externalId": "<string>",
"type": "ORGANIZATION_ONBOARDING",
"status": "IN_PROGRESS",
"asset": {
"code": "USD",
"chain": "ETHEREUM"
},
"submittedAt": "2023-11-07T05:31:56Z",
"reviewedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
],
"meta": {
"page": 123,
"limit": 123,
"total": 123
}
}