Create Magic Link
curl --request POST \
  --url https://api.rampartcorporation.com/v2/magic-link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-client-id: <x-client-id>' \
  --data '{
  "email": "<string>"
}'
{
  "url": "https://partner.rampartcorporation.com/magic-link?token=1234567890"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Headers

x-client-id
string
required

Client ID for authentication

Body

application/json

Response

200 - application/json

Successfully created magic link

The response is of type object.