# Get authorized packages for the authenticated consumer Returns a list of countries and packages that can be used to create or upgrade sessions Endpoint: GET /v1/consumer/packages Version: 1.0 Security: keycloakAuthTest, keycloakAuthLive ## Response 200 fields (application/json): - `authorizedPackages` (array,null) - `authorizedPackages.countryCode` (string,null, required) ISO 3166-1 alpha-3 code representing the country for which the customer is requesting information about the Data Subject. - `authorizedPackages.dataPackages` (array,null) List of data packages requested for the specified country. Enum: "CREDIT_HISTORY", "SCORE", "BANK_ACCOUNT_CATEGORIZATION", "IDENTIFICATION" ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `errors` (object,null) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields