cURL
curl --request POST \ --url https://api.linkupapi.com/v1/auth/verify \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "code": "<string>", "email": "<string>", "country": "<string>" }'
{ "status": "success", "message": "Login successful", "login_token": "XXXX..." }
Verify security code for LinkedIn authentication
Was this page helpful?