Skip to main content
Version: v1

Get Domain Settings

Returns the current domain settings for recording.

Query Parameters
    platform string optional

    Determines which platform to show settings from - web or mobile. Defaults to web.

Responses
200

A successful response.


{
"onlyRecordKnownDomains": false,
"domains": [
{
"disabled": false,
"domain": "fullstory.com"
}
],
"metadata": {
"lastUpdated": "2020-10-01T23:53:05.821Z",
"lastUpdatedBy": "bob@example.com",
"created": "2020-10-01T23:53:05.821Z",
"createdBy": "bob@example.com"
}
}
Loading...