Start
Guides
Concepts
API endpoints
GET
List domains
https://linkshift.app/api/v1/domainsReturns all active domains for the authenticated organization.
Operation ID:
listDomainsTags: DomainsSecurity
- 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
Domains list
Content type:
application/jsonresponse 200objectrequired
Paginated domain query response.
dataarray of objectrequired
Domain items in current page.
createdAtstringrequired
Creation timestamp (UTC).
deletedAtstring | nullnullable
Soft-delete timestamp in UTC when deleted.
domainGroupIdstringrequired
Parent domain-group ID.
idstringrequired
Domain ID.
namestringrequired
Fully qualified domain name.
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.
