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

(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
Creates a connection given an e-mail.
 
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 Marketing Database with new users even though they are not logged in the platform with their social networks.
+
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 ==
 
== Resource URL ==
Line 31: Line 31:
 
== Authentication ==
 
== Authentication ==
  
This API requires Marketing Account authentication. See [[Authentication]].
+
This API requires Account authentication. See [[Authentication]].
  
 
== Examples ==
 
== Examples ==

Revision as of 16:40, 30 December 2021

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 Social 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