Skip to main content

List service accounts.

GET 

<your-unleash-url>/api/admin/service-account

Returns the list of all service accounts.

Responses

#/components/schemas/serviceAccountsSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/service-account' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
ResponseClear

Click the Send API Request button above and see the response here!