Skip to main content

Returns the list of permissions for the service account.

GET <your-unleash-url>/api/admin/service-account/:id/permissions

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Gets a list of permissions for a service account. Project and environment can be specified.

Request

Path Parameters

  • id string required

Query Parameters

  • project string
  • environment string
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
id — path required
project — query
environment — query
curl / cURL
curl -L -X GET '<your-unleash-url>/api/admin/service-account/:id/permissions' \
-H 'Authorization: <API_KEY_VALUE>'