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