Create or update a LinkedIn account
curl --request POST \
--url https://api.edges.run/v1/identities/{identity_uid}/integrations/linkedin \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"auth_data": {
"basic": {
"username": "[email protected]",
"password": "********"
}
}
}
'
{
"auth_type": "BASIC",
"setup_source": "API",
"is_shared": false,
"name": "[email protected] LinkedIn Account",
"uid": "123e4567-e89b-12d3-a456-426614174000",
"integration_permalink": "linkedin",
"created_at": "2023-10-01T12:00:00Z",
"level": "Classic",
"identity_uid": "5678e456-e89b-12d3-a456-426614174001",
"checkpoint": {
"type": "PHONE_REGISTER"
},
"status": "VALID"
}