v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
RUM

Create a new RUM application

Create a new RUM application in your organization.

post/api/v2/rum/applications

Request body

Example request

{
  "data": {
    "attributes": {
      "name": "my_new_rum_application",
      "product_analytics_retention_state": "MAX",
      "rum_event_processing_state": "ALL",
      "type": "browser"
    },
    "type": "rum_application_create"
  }
}

Response

OK

Example response

{
  "data": {
    "attributes": {
      "api_key_id": 123456789,
      "application_id": "abcd1234-0000-0000-abcd-1234abcd5678",
      "client_token": "abcd1234efgh5678ijkl90abcd1234efgh0",
      "created_at": 1659479836169,
      "created_by_handle": "john.doe",
      "is_active": true,
      "name": "my_rum_application",
      "org_id": 999,
      "product_scales": {
        "product_analytics_retention_scale": {
          "last_modified_at": 1747922145974,
          "state": "MAX"
        },
        "rum_event_processing_scale": {
          "last_modified_at": 1721897494108,
          "state": "ALL"
        }
      },
      "remote_config_id": "abc12345-1234-5678-abcd-ef1234567890",
      "type": "browser",
      "updated_at": 1659479836169,
      "updated_by_handle": "jane.doe"
    },
    "id": "abcd1234-0000-0000-abcd-1234abcd5678",
    "type": "rum_application"
  }
}