Skip to main content
POST
Link a Provider to an Application

Autorizaciones

Authorization
string
header
requerido

The authorization token in the 'Bearer ' format.

Parámetros de ruta

id
string
requerido

The unique identifier of the application you want to retrieve.

Cuerpo

application/json

Information required to link a provider to an application.

providerId
string
requerido

The unique identifier of the provider to link.

canSignIn
boolean
predeterminado:false

Whether users can sign in using this provider.

canSignUp
boolean
predeterminado:false

Whether new users can sign up using this provider.

Whether users can unlink this provider from their account.

prompted
boolean
predeterminado:false

Whether users are prompted to link this provider on login.

alertType
string

Alert type configuration for this provider link.

rule
string

Custom rule applied to this provider link.

Respuesta

Indicates that the provider was successfully linked to the application.

Information about a provider linked to an application.

providerId
string

Unique identifier of the linked provider.

category
enum<string>

Provider category.

Opciones disponibles:
Email,
SMS
type
enum<string>

Provider implementation type.

Opciones disponibles:
SendGrid,
Twilio
canSignIn
boolean

Whether users can sign in using this provider.

canSignUp
boolean

Whether new users can sign up using this provider.

Whether users can unlink this provider from their account.

prompted
boolean

Whether users are prompted to link this provider on login.

alertType
string

Alert type configuration for this provider link.

rule
string

Custom rule applied to this provider link.