v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Application Providers API

List Application Providers

Use this endpoint to list all providers linked to a specific application.

get/v1/applications/{id}/providers

Path parameters

idstring required

The unique identifier of the application you want to retrieve.

Response

The list of all providers linked to the application.

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.