v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Application Providers API

Set Default Application Provider

Use this endpoint to set a provider as the default for an application. The default provider is used when no specific provider is requested.

patch/v1/applications/{id}/providers/{providerId}/default

Path parameters

idstring required

The unique identifier of the application you want to retrieve.

providerIdstring required

The unique identifier of the provider.

Response

Indicates that the provider was successfully set as default.

providerIdstring

Unique identifier of the linked provider.

category'Email' | 'SMS'

Provider category.

type'SendGrid' | 'Twilio'

Provider implementation type.

canSignInboolean

Whether users can sign in using this provider.

canSignUpboolean

Whether new users can sign up using this provider.

canUnlinkboolean

Whether users can unlink this provider from their account.

promptedboolean

Whether users are prompted to link this provider on login.

alertTypestring

Alert type configuration for this provider link.

rulestring

Custom rule applied to this provider link.