Get Client secrets.

Request

Return list of secrets of an SLB Authenticator Client.

Security
appkey and bearer
Path
clientIDstringrequired
curl -i -X GET \
  'https://api.delfi.slb.com/auth/client/v1/clients/{clientID}/secrets' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'appkey: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
secretsArray of objects(Secret)
Response
{ "secrets": [ {} ] }