Skip to main content
GET
/
organizations
/
{organizationName}
/
packages
List accessible packages by organization
curl --request GET \
  --url https://{organization}.admin.credibledata.com/api/v0/organizations/{organizationName}/packages \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationName
string
required

The unique identifier of the organization Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

onlyShareable
boolean
default:true

When true, returns only packages the user can share (admin/modeler). When false, returns all readable packages.

Response

List of package resource identifiers retrieved successfully