Start
Guides
Concepts
API endpoints
GET
Get link map
https://linkshift.app/api/v1/link-maps/{id}Returns one link map by ID.
Operation ID:
getLinkMapTags: Link MapsSecurity
- ApiKeyAuth: apiKey | header:X-API-Key | API key generated in LinkShift dashboard (`Organization -> Manage API keys`).
Parameters
Path parameters
idrequired
Type: stringDescription: Resource identifier.
Request body schema
No request body schema.
Response schema
Link map details
Content type:
application/jsonresponse 200objectrequired
Link map used to resolve short keys to destinations.
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).
