POST
/
User
/
auth
/
{provider}
curl --request POST \
  --url https://api-sandbox.payabli.com/api/User/auth/{provider} \
  --header 'Content-Type: application/json' \
  --header 'requestToken: <api-key>' \
  --data '{
  "userTokenId": "<string>",
  "userId": 123,
  "email": "example@email.com",
  "psw": "<string>",
  "entry": "test",
  "entryType": 2
}'
{
  "responseText": "Success",
  "isSuccess": true,
  "responseData": "g**.com",
  "mfa": false,
  "mfaMode": "email",
  "mfaValidationCode": "50-2E-4A-16-93-0E-41-41-07-EE-22-B6-00-99-00-99"
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

provider
string
required

Auth provider. Optional By default is null for the built-in provider

Body

Input data to validate user

The body is of type object.

Response

200 - application/json

Success

The response is of type object.