GET
/
api
/
v2
/
public
/
application
/
:slug

This API is used to fetch an enabled application for a linked account

Request description

Headers

linked_account_id
string
required

Unique customer identification id. For Eg: markwood@some_email.com

Path Parameters

slug
string
required

Application slug. For Eg: slack

Response description

name
string

Application name

icon
string

Application icon

description
string

Application description

auth_type
string

Authentication type supported by the app

type
string

Application type

app_id
string

Application record id

tags
array

Array of application tags.

version
object

Version object

connected
boolean

This field is present only if an app has been connected. This field provides information whether the app has been integrated by the linked account

connected_accounts
array

This field provides description of the account connected. Present only if an app has been connected.

auth_input_map
array

This field is present only if auth_type is keybased. Provides the input field details to be shown to the linked account for app connection.

slug
string

Application slug

reauth_required
boolean

This field tells if a re-auth is required from the user for the application