Start
Guides
Concepts
API endpoints
GET
List link maps
https://linkshift.app/api/v1/link-mapsLists link maps for a domain group, including matching behavior settings.
Operation ID:
listLinkMapsTags: Link MapsSecurity
- ApiKeyAuth: apiKey | header:X-API-Key | API key generated in LinkShift dashboard (`Organization -> Manage API keys`).
Parameters
Query parameters
domainGroupIdrequired
Type: stringDescription: Domain group scope for listing link maps.
Request body schema
No request body schema.
Response schema
Link maps list
Content type:
application/jsonresponse 200objectrequired
Paginated link-map query response.
dataarray of objectrequired
Link-map items in current page.
caseSensitivebooleanrequired
Controls key matching case sensitivity.
createdAtstringrequired
Creation timestamp (UTC).
deletedAtstring | nullnullable
Soft-delete timestamp in UTC when deleted.
domainGroupIdstringrequired
Parent domain-group ID.
fallbackDestinationstring | nullnullable
Optional destination used when no key matches.
idstringrequired
Link-map ID.
namestringrequired
Human-readable link-map name.
queryMatchstringrequired
Query-string matching strategy for key resolution requests.
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.
