Start
Guides
Concepts
API endpoints
GET
List domain groups
https://linkshift.app/api/v1/domain-groupsReturns all active domain groups owned by the authenticated organization.
Operation ID:
listDomainGroupsTags: Domain GroupsSecurity
- ApiKeyAuth: apiKey | header:X-API-Key | API key generated in LinkShift dashboard (`Organization -> Manage API keys`).
Parameters
This endpoint has no parameters.
Request body schema
No request body schema.
Response schema
Domain groups list
Content type:
application/jsonresponse 200objectrequired
Paginated domain-group query response.
dataarray of objectrequired
Domain-group items in current page.
createdAtstringrequired
Creation timestamp (UTC).
customRobotsContentstring | nullnullable
Used only when robotsPolicy is CUSTOM.
deletedAtstring | nullnullable
Soft-delete timestamp in UTC when deleted.
idstringrequired
Domain-group ID.
namestringrequired
Human-readable domain-group name.
organizationIdstringrequired
Owning organization ID.
robotsPolicystringrequired
Controls robots.txt behavior for all domains in a domain group.
CUSTOM requires customRobotsContent.
updatedAtstringrequired
Last update timestamp (UTC).
dataTypestringrequired
Logical item type in the `data` array.
hasMorebooleanrequired
Whether there are additional results after this page.
moreStartingAfterIdstring
Cursor token to request the next page.
