curl --request GET \
--url https://production.trackstarhq.com/magic-links/{magic_link_id} \
--header 'x-trackstar-api-key: <x-trackstar-api-key>'{
"magic_link": {
"id": "c0a4fef52f664ecf9e766c16811c3289",
"expires_at": "2025-09-17T15:01:41Z",
"integration_type": "wms",
"integration_allow_list": [
"shipbob"
],
"integration_block_list": [
"extensiv-3pl-central"
],
"integrations_with_endpoints": [
"get_inventory"
],
"customer_id": "customer-123"
}
}Get a Magic Link by its ID.
curl --request GET \
--url https://production.trackstarhq.com/magic-links/{magic_link_id} \
--header 'x-trackstar-api-key: <x-trackstar-api-key>'{
"magic_link": {
"id": "c0a4fef52f664ecf9e766c16811c3289",
"expires_at": "2025-09-17T15:01:41Z",
"integration_type": "wms",
"integration_allow_list": [
"shipbob"
],
"integration_block_list": [
"extensiv-3pl-central"
],
"integrations_with_endpoints": [
"get_inventory"
],
"customer_id": "customer-123"
}
}Your organization-level Trackstar API key.
"<x-trackstar-api-key>"
Successful response
Show child attributes
The magic link ID
"c0a4fef52f664ecf9e766c16811c3289"
ISO 8601 timestamp when link expires
"2025-09-17T15:01:41Z"
Type of integration
wms, freight, cart "wms"
Allowed integrations
["shipbob"]Blocked integrations
["extensiv-3pl-central"]Integrations with specific endpoints
["get_inventory"]Customer identifier
"customer-123"