GET - /available/login

General Information


Service

API

Method

Data Models

Workflow

Service

API

Method

Data Models

Workflow

oauth

/available/login

GET

N/A

N/A

Description

Get information about what login options are available.

Input


Type: application/json


This API needs no Input parameters


Output

Response

SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response 

Valid Response

{"result":true,"data":{"thirdparty":["azure"],"local":{"available":true}}}

Invalid Response

{"result":false,"errors":{"codes":[132],"details":[{"code":132,"message":"A valid key is needed to access any API."}]}}