curl --request POST \
--url https://api.openint.dev/v0/connect/magic-link \
--header 'Content-Type: application/json' \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>' \
--data '{
"customerId": "<string>",
"validityInSeconds": 2592000,
"displayName": "<string>",
"redirectUrl": "<string>",
"connectorNames": "<string>",
"integrationIds": "<string>",
"connectionId": "<string>",
"theme": "light",
"view": "manage"
}'
{
"url": "<string>"
}
Successful response
The response is of type object
.
curl --request POST \
--url https://api.openint.dev/v0/connect/magic-link \
--header 'Content-Type: application/json' \
--header 'x-apikey: <api-key>' \
--header 'x-connection-id: <api-key>' \
--data '{
"customerId": "<string>",
"validityInSeconds": 2592000,
"displayName": "<string>",
"redirectUrl": "<string>",
"connectorNames": "<string>",
"integrationIds": "<string>",
"connectionId": "<string>",
"theme": "light",
"view": "manage"
}'
{
"url": "<string>"
}