Get magic link
curl --request GET \
--url https://api.prequel.co/magic-links/{link_id} \
--header 'X-API-KEY: <api-key>'{
"status": "<string>",
"data": {
"magic_link": {
"id": "<string>",
"name": "<string>",
"products": [
"<string>"
],
"id_in_provider_system": "<string>",
"host": "<string>",
"link": "<string>",
"has_been_used": true,
"created_at": "2023-11-07T05:31:56Z",
"bucket_name": "<string>",
"vendor": "<string>",
"available_models": [
"<string>"
],
"set_destination_enabled": true,
"recipient_id": "<string>",
"bucket_access_id": "<string>",
"bucket_vendor": "<string>",
"ssh_public_key": "<string>",
"redirect_url": "<string>",
"metastore": "<string>",
"catalog": "<string>",
"bucket_host": "<string>",
"table_bucket_arn": "<string>"
}
},
"message": "<string>"
}Magic Links
Get magic link
Get the specified magic link.
GET
/
magic-links
/
{link_id}
Get magic link
curl --request GET \
--url https://api.prequel.co/magic-links/{link_id} \
--header 'X-API-KEY: <api-key>'{
"status": "<string>",
"data": {
"magic_link": {
"id": "<string>",
"name": "<string>",
"products": [
"<string>"
],
"id_in_provider_system": "<string>",
"host": "<string>",
"link": "<string>",
"has_been_used": true,
"created_at": "2023-11-07T05:31:56Z",
"bucket_name": "<string>",
"vendor": "<string>",
"available_models": [
"<string>"
],
"set_destination_enabled": true,
"recipient_id": "<string>",
"bucket_access_id": "<string>",
"bucket_vendor": "<string>",
"ssh_public_key": "<string>",
"redirect_url": "<string>",
"metastore": "<string>",
"catalog": "<string>",
"bucket_host": "<string>",
"table_bucket_arn": "<string>"
}
},
"message": "<string>"
}⌘I