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