POST

Create link map entry

https://linkshift.app/api/v1/link-map-entries

Creates one key-to-destination mapping in a link map.

Operation ID:createLinkMapEntryTags: Link Map Entries

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

requestBodyobjectrequired
Payload for creating one link-map entry.
destinationstringrequired
Destination URL resolved for the key.
minLength: 1maxLength: 16384
keystringrequired
Lookup key.
minLength: 1maxLength: 1024
linkMapIdstringrequired
Parent link-map ID.

Response schema

Created link map entry

Content type: application/json
response 200objectrequired
One key-to-destination mapping inside a link map.
createdAtstringrequired
Creation timestamp (UTC).
format: date-time
deletedAtstring | nullnullable
Soft-delete timestamp in UTC when deleted.
format: date-time
destinationstringrequired
Destination URL for the key.
idstringrequired
Link-map entry ID.
keystringrequired
User-provided lookup key.
keyNormalizedstringrequired
Backend-normalized key used in matching.
linkMapIdstringrequired
Parent link-map ID.
updatedAtstringrequired
Last update timestamp (UTC).
format: date-time