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 link for the authenticated user. Returns the user ID and email with a session header.
Clerk session token. Use Authorization: Bearer .
{ userId, email }
Was this page helpful?