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 authentication link for the current user’s session. Used during Web3 wallet linking.
Clerk session token. Use Authorization: Bearer .
Thirdweb authentication payload.
{ userId, email }
Was this page helpful?