See the API's various operations for details on their request parameters and response data:
| Operation | Method | Endpoint |
|---|---|---|
| Modify the social login allow list | POST | /api/v2/add_domain_patterns |
| Authenticate a social login | POST | /api/v2/auth_info |
| List social login application settings | POST | /api/v2/get_application_settings |
| List available properties | POST | /api/v2/get_available_providers |
| List domain patterns | POST | /api/v2/get_domain_patterns |
| Associate a primary key | POST | /api/v2/map |
| List social login providers | POST | /api/v2/providers |
| Set application settings | POST | /api/v2/set_app_settings |
| Configure authentication providers | POST | /api/v2/set_auth_providers |
| Replace the social login allow list | POST | /api/v2/set_domain_patterns |
| Exchange a token | POST | /api/v2/signin/oauth_token |
| Remove an identity provider from a primary key | POST | /api/v2/unmap |
