cURL
curl --request POST \ --url https://api.linkupapi.com/v1/auth/login \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "email": "<string>", "password": "<string>", "country": "<string>" }'
{ "status": "success", "message": "Check your email for verification code", "email": "[email protected]" }
Authenticate with LinkedIn credentials
Was this page helpful?