auth-connection

Dev Org Auth Connections List Post

POST
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.

Request

This endpoint expects a map from strings to any.

Response

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