OAuth Connections
Manage oauth connections on your application
Get all oauth connections
GET
https://wemx.app/api/v1/oauth-connections
Returns all oauth connections made clients on your application
Available Relationships (optional)
Available relationships:
user
Filters (optional)
Available Filters:
id
, user_id
, driver
, email
, data
, external_profile
, display_on_profile
Tip: To filter JSON columns such as gateway, data and options, you can specify the key using
?filter[data->id]=589927390123721
The above filter will return the user with discord id 589927390123721 you can also use it for other drivers.
Sorting (optional)
Available Sorting Parameters:
id
, user_id
, driver
, email
Sorting operators
asc
, desc
, random
Dates (optional)
Last updated