get https://{hostname}//v2/config/low/services/engage-v2/apps/
Returns detailed information about a specific social login application.
Responses
Returns detailed information about a specific social login application.
xxxxxxxxxx
curl --request GET \
--url https://hostname/customerId/v2/config/low/services/engage-v2/apps/appId \
--header 'accept: application/json'
xxxxxxxxxx
19{
"_links": {
"custom-providers": {
"href": "https://v1.api.or-stg.janrain.com/3cc14467-fd4f-437d-a0c0-0b3888dd2ee4/v2/config/low/services/engage-v2/apps/fifbclhccfpjdeoejkag/custom-providers"
},
"self": {
"href": "https://v1.api.or-stg.janrain.com/3cc14467-fd4f-437d-a0c0-0b3888dd2ee4/v2/config/low/services/engage-v2/apps/fifbclhccfpjdeoejkag"
}
},
"allowedTokenDomainPatterns": null,
"appid": "fifbclhccfpjdeoejkag",
"createdAt": "2021-02-26T19:46:33.930001656Z",
"customerid": "3cc14467-fd4f-437d-a0c0-0b3888dd2ee4",
"enabledProviders": null,
"providers": null,
"realm": "greg-stemp-2-c27kzd26tbhfgd9yv6axkvgjbc",
"secret": "xv72205c1778grbgjni6b4b23fa87ff564ee5lcb88",
"updatedAt": "2021-02-26T19:46:33.930001656Z"
}