Identity API
An Identity is either a linkedin account or a twitter account. Account creation is done automatically through the chrome extension
Get Identities
bash
curl -X GET 'https://api.supersend.io/v1/auto/identitys' -H "Authorization: Bearer <API_KEY>" -H "Content-Type: application/json"bash
curl -X DELETE https://api.supersend.io/v1/auto/identity/<IdentityId> -H "Authorization: Bearer <API_KEY>" -H "Content-Type: application/json"