Skip to main content

Retrieves a list of permissions

GET 

https://api.spectrocloud.com/v1/permissions

Retrieves a list of permissions

Request

Query Parameters

    scope string

    Possible values: [system, tenant, project, resource]

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

An array of permissions

Schema

  • Array [

  • namestring
    permissionsstring[]
    scopestring

    Possible values: [system, tenant, project, resource]

  • ]

curl -L -X GET 'https://api.spectrocloud.com/v1/permissions' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— query
— header