Create a new RUM application
POST {{baseUrl}}/api/v2/rum/applications
Create a new RUM application in your organization.
Request Body
{"data"=>{"attributes"=>{"name"=>"my_new_rum_application", "type"=>"browser"}, "type"=>"rum_application_create"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"application_id":"abcd1234-0000-0000-abcd-1234abcd5678","client_token":"abcd1234efgh5678ijkl90abcd1234efgh0","created_at":1659479836169,"created_by_handle":"john.doe","name":"my_rum_application","org_id":999,"type":"browser","updated_at":1659479836169,"updated_by_handle":"jane.doe","hash":"dolor enim non","is_active":true},"id":"abcd1234-0000-0000-abcd-1234abcd5678","type":"rum_application"}}