Android Developer ID Status API (androiddeveloperidstatus:v1)

2026-08-06

1 new method | New API

Additions

    Methods
  • androiddeveloperidstatus.packages.packageRegistrationStatus.check

      Parameter Order : name

      Parameters :

        name

          Location : path

          Type : string

          Pattern : ^packages/[^/]+/packageRegistrationStatus$

          Description : Required. The name of the package registration status resource. Format: packages/{package}/packageRegistrationStatus `{package}` must follow the specific format: The fully-qualified Android package name with dots ('.') replaced by hyphens ('-') (e.g., `com-example-app` instead of `com.example.app`).

          Required : Yes

        certificateFingerprint

          Description : Optional. The SHA-256 fingerprint of the public certificate represented as a 64-character lowercase hexadecimal string without any colons or separators (e.g., `d6ac89ed1d0a805aad4b087d06d5f41645b814480b133fbc867ef7498d069e06`).

          Location : query

          Type : string

      Flat Path : v1/packages/{packagesId}/packageRegistrationStatus:check

      HTTP Method : GET

      Description : Retrieves the Android Developer ID registration status for a given package.

      Path : v1/{+name}:check