cURL
curl --request POST \ --url https://app.d-sports.org/api/thirdweb-link \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "payload": {} }'
Creates a Thirdweb link for the authenticated user. Returns the user ID and email with a session header.
Clerk session token. Use Authorization: Bearer .
Thirdweb link payload.
{ userId, email }
Was this page helpful?