get https://{hostname}/config//clients
Returns information about the API clients associated with an application.
Responses
Returns information about the API clients associated with an application.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config/app_id/clients \
# Add Authorization header to this snippet
--header 'accept: application/json'
xxxxxxxxxx
41]
[
{
"_id": "ay6e3qmucvdyr29hmpvxjdjupe8bcsky",
"_secret": "9956y4tv342e76nj9zub511ufbned98j",
"_self": "/config/73jzx34tnr5ruhsze494ssgz2b/clients/ay6e3qmucvdyr29hmpvxjdjupe8bcsky",
"_settings": "/config/73jzx34tnr5ruhsze494ssgz2b/clients/ay6e3qmucvdyr29hmpvxjdjupe8bcsky/settings",
"name": "this is a test client",
"features": [
"owner"
],
"ipWhitelist": [
"0.0.0.0/0"
]
},
{
"_id": "ed7absqep5rffbmqx89c9mwexqvbnfnk",
"_secret": "hdyebsdtvj5ujjkijk7tfrf968q63ysk9",
"_self": "/config/73jzx34tnr5ruhsze494ssgz2b/clients/ed7absqep5rffbmqx89c9mwexqvbnfnk",
"_settings": "/config/73jzx34tnr5ruhsze494ssgz2b/clients/ed7absqep5rffbmqx89c9mwexqvbnfnk/settings",
"name": "Default Login Client",
"features": [
"login_client"
],
"ipWhitelist": [
"0.0.0.0/0"