GET

List domain groups

https://linkshift.app/api/v1/domain-groups

Returns all active domain groups owned by the authenticated organization.

Operation ID:listDomainGroupsTags: Domain Groups

Security

  • 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/json
response 200objectrequired
Paginated domain-group query response.
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.