auth-connection

Dev Org Auth Connections List

GET
Lists all the authentication connections available for a Dev organization. This list will include both social and enterprise connections which are either available by default or are explicitly created by the user.

Response

This endpoint returns an object
auth_connections
list of unions
List of all the authentication connections currently configured for a Dev organization.
GET
1curl https://api.devrev.ai/dev-orgs.auth-connections.list \
2 -H "Authorization: <apiKey>"
Response
1{
2 "auth_connections": []
3}