Skip to content

Get login methods

Request

Retrieves all login methods for a specific application.

Required permissions: apps:read, *:read, config:read, authentication-methods:read, [appId]:read.

Security
ClientAccessToken
Path
appIdstringrequired

ID of the application whose login methods you want to retrieve

curl -i -X GET \
  'https://api.sbx.transmitsecurity.io/cis/loginPreferences/{appId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Bodyapplication/json
resultobjectrequired
Response
{ "result": { "auth_methods": {} } }