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