List
List the include and exclude configurations.
Responses
- 200
- 401
- 404
Success
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
account_id int64 required
Account unique identifier
flag string required
Possible values: [INCLUDE
, EXCLUDE
]
A flag which determines whether the URL is INCLUDE
or EXCLUDE
.
id int64
Unique identifier
url string required
The URL
[
{
"account_id": 0,
"flag": "INCLUDE",
"id": 0,
"url": "string"
}
]
Unauthorized
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
account_id int64 required
Account unique identifier
flag string required
Possible values: [INCLUDE
, EXCLUDE
]
A flag which determines whether the URL is INCLUDE
or EXCLUDE
.
id int64
Unique identifier
url string required
The URL
[
{
"account_id": 0,
"flag": "INCLUDE",
"id": 0,
"url": "string"
}
]
Not Found
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
account_id int64 required
Account unique identifier
flag string required
Possible values: [INCLUDE
, EXCLUDE
]
A flag which determines whether the URL is INCLUDE
or EXCLUDE
.
id int64
Unique identifier
url string required
The URL
[
{
"account_id": 0,
"flag": "INCLUDE",
"id": 0,
"url": "string"
}
]
Loading...