See the API's various operations for details on their request parameters and response data:
| Operation | Method | Endpoint |
|---|---|---|
| List your social login applications | GET | /{customerId}/v2/config/low/services/engage-v2/apps |
| View a social login application | GET | /{customerId}/v2/config/low/services/engage-v2/apps/{appId} |
| List your custom providers | GET | /{customerId}/v2/config/low/services/engage-v2/apps/{appId}/custom-providers |
| Create a custom provider | POST | /{customerId}/v2/config/low/services/engage-v2/apps/{appId}/custom-providers |
| View a custom provider | GET | /{customerId}/v2/config/low/services/engage-v2/apps/{appId}/custom-providers/{providerId} |
| Modify a custom provider | PUT | /{customerId}/v2/config/low/services/engage-v2/apps/{appId}/custom-providers/{providerId} |
