Skip to main content
POST
Link a Provider to an Application

Autorizações

Authorization
string
header
obrigatório

The authorization token in the 'Bearer ' format.

Parâmetros de caminho

id
string
obrigatório

The unique identifier of the application you want to retrieve.

Corpo

application/json

Information required to link a provider to an application.

providerId
string
obrigatório

The unique identifier of the provider to link.

canSignIn
boolean
padrão:false

Whether users can sign in using this provider.

canSignUp
boolean
padrão:false

Whether new users can sign up using this provider.

Whether users can unlink this provider from their account.

prompted
boolean
padrão: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.

Resposta

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.

Opções disponíveis:
Email,
SMS
type
enum<string>

Provider implementation type.

Opções disponíveis:
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.