Get Domains
Domains
Get Domains
Retrieve a list of domains associated with the client, including traffic statistics
GET
Get Domains
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Sort the response by given field.
Available options:
id, name, status, created_at, -id, -name, -status, -created_at, total_requests, -total_requests, attacks_detected, -attacks_detected Number of items to return
Required range:
0 <= x <= 100Number of items to skip
Required range:
0 <= x <= 100000Filter domains based on the domain status
Available options:
active, bypass, monitor, locked Example:
"active"
Filter domains based on the domain name. Supports '*' as a wildcard character
Example:
"*example.com"
Filter domains based on their IDs
The domain ID
Examples:
1
2
3
Response
Successful Response