Authenticate

API method for authentication

Overview

The following pattern should be posted during the service call. Token data returned by Response will be sent as Bearer Token in other service calls.

Authenticate

API authentication

POST https://api.winfluenced.com/1.1/security/authenticate

Returns bearer token for authenticated users.

Headers

Name
Type
Description

app_id*

String

Will provide by Adpartners

Request Body

Name
Type
Description

password*

String

User Password

email*

String

User email address

String bearer token

Sample Request

{
  "Email": "[email protected]",
  "Password": "Test123456"
}

Sample Response

Last updated