Create a new RUM application
POST {{baseUrl}}/api/v2/rum/applications
Create a new RUM application in your organization.
Request Body
{"data"=>{"attributes"=>{"name"=>"<string>", "type"=>"<string>"}, "type"=>"rum_application_create"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"application_id":"\u003cstring\u003e","client_token":"\u003cstring\u003e","created_at":"\u003clong\u003e","created_by_handle":"\u003cstring\u003e","name":"\u003cstring\u003e","org_id":"\u003cinteger\u003e","type":"\u003cstring\u003e","updated_at":"\u003clong\u003e","updated_by_handle":"\u003cstring\u003e","hash":"\u003cstring\u003e","is_active":"\u003cboolean\u003e"},"id":"\u003cstring\u003e","type":"rum_application"}}