Skip to main content
GET
/
accounts
/
{account_id}
/
privileges
List all privileges for an account
curl --request GET \
  --url https://commerce1.on-hellgate.dev/accounts/{account_id}/privileges \
  --header 'X-API-Key: <api-key>'
[
  {
    "allowed": true,
    "name": "<string>",
    "resources": [
      "<string>"
    ]
  }
]

Authorizations

X-API-Key
string
header
required

Path Parameters

account_id
string
required

Account ID

Response

Success

allowed
boolean
required
name
string
required
resources
string[]