GET

List domains

https://linkshift.app/api/v1/domains

Returns all active domains for the authenticated organization.

Operation ID:listDomainsTags: Domains

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

Domains list

Content type: application/json
response 200objectrequired
Paginated domain 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.