Skip to main content
GET
List grants
GET https://api-datahub.octoparse.com/v1/data-apps/{app_id}/grants Authentication: API key required (Authorization: Bearer <API Key>). App author only; others get 404. The grant list that takes effect when scope=shared. Author-only; available even for apps with zero releases. The list never appears on detail payloads or any non-author response. Usernames are resolved at render time, so if a grantee renames, the new name is shown.

Request

Path parameters

string
required
App reference.

Example request

Response

200 success

The payload is wrapped in data. Fields:
object[]
required
The grant list.

Errors

Error responses use {"error": {code, category, message, retryable}}. See Errors.

Client libraries

The Python and JavaScript SDKs do not wrap this endpoint yet. Call REST directly.