Skip to main content
GET
/
accounts
/
{account_id}
/
privileges
/
{privilege_id}
/
resources
List resources for a privilege
curl --request GET \
  --url https://commerce1.on-hellgate.dev/accounts/{account_id}/privileges/{privilege_id}/resources
[
  "<string>"
]

Documentation Index

Fetch the complete documentation index at: https://developer.hellgate.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

account_id
string
required

Account ID

privilege_id
string
required

Privilege name

Query Parameters

type
string

Resource type filter

Response

Success