Skip to content

Request a portal sign-in link

POST
/v1/portal/request-link
curl --request POST \
--url https://api.extport.dev/api/v1/portal/request-link \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com" }'

Always responds ok — whether the address has purchases is never revealed here.

Media typeapplication/json
object
email
required
string format: email
Examplegenerated
{
"email": "hello@example.com"
}

OK