POST login/apps/:app id/connections/email

From Social ID Developers
Jump to: navigation, search

Deprecation notice: this API is deprecated since July 19, 2018.

Contents

Description

Creates a connection given an e-mail.

Use this API to give users an extra login mecanism. With this API you can keep on using all Social Login APIs and plugins and populating your Database with new users even though they are not logged in the platform with their social networks.

Resource URL

  POST https://api.socialidnow.com/v1/marketing/login/apps/:app_id/connections/email

Parameters

URL Parameters

app_id required Login App identifier.

JSON Parameters

email required user e-mail.

Authentication

This API requires Account authentication. See Authentication.

Examples

Request

 curl -iX POST 'https://api.socialidnow.com/v1/marketing/login/apps/:app_id/connections/email' \
        -d '{"email":"today@nasa.gov"}' \
        -H 'Content-type:application/json' \
        --user <api_id>:<api_secret>

Response

Response Headers

HTTP/1.1 201 Created
Location: https://api.socialidnow.com/v1/marketing/login/connections/692ae3970e22fcb065c46f2ed1dd...
Status: 201
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox