Skip to main content
GET
/
v2
/
applications
List all applications
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
  }
}

Response

200 - application/json
data
object[]
required
meta
object
required