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"
}
}
GET /settings/recording/v1/domain
Authorization: ApiKeyAuth
name: Authorizationin: headertype: apiKey
https://api.fullstory.com/settings/recording/v1/domain
curl -L -X GET 'https://api.fullstory.com/settings/recording/v1/domain' \
-H 'Accept: application/json' \
-H 'Authorization: Basic <API_KEY_VALUE>'