GET

Get link map

https://linkshift.app/api/v1/link-maps/{id}

Returns one link map by ID.

Operation ID:getLinkMapTags: Link Maps

Security

  • 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/json
response 200objectrequired
Link map used to resolve short keys to destinations.
caseSensitivebooleanrequired
Controls key matching case sensitivity.
createdAtstringrequired
Creation timestamp (UTC).
format: date-time
deletedAtstring | nullnullable
Soft-delete timestamp in UTC when deleted.
format: date-time
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.
enum: exact, ignore, subset
updatedAtstringrequired
Last update timestamp (UTC).
format: date-time