Information about app certificate fingerprints

Returns a list of certificate fingerprints for the app.

Request format

GET https://api.appmetrica.yandex.ru/management/v1/application/{id}/events_certs_fingerprints/android

id

App ID.

Response format

{
    "data": {
        "fingerprints": [
            {
                "id": int,
                "fingerprint": string
            }
        ]
    }
}

data

API response.

data.fingerprints

List of certificate fingerprints for the app.

data.fingerprints.id

The ID of the certificate fingerprint (in the request, this parameter is called fingerprint_id).

data.fingerprints.fingerprint

Certificate fingerprint.

Example

Request:

curl -X GET 'https://api.appmetrica.yandex.ru/management/v1/application/8888/events_certs_fingerprints/android' \
-H 'Authorization: OAuth oauth_token'

Response:

{
    "data": {
        "fingerprints": [
            {
                "id": 4,
                "fingerprint": "A7:89:E5:05:C8:17:A1:22:EA:XXXXXX"
            }
        ]
    }
}

If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

Contact support