---
title: "Get a list of Android certificates"
method: GET
path: "/companies/{companyId}/androidCertificates"
tags: ["Android files - company level"]
---

# Get a list of Android certificates

`GET /companies/{companyId}/androidCertificates`

Returns a list of the Android certificates that are available for the company identified in the path.
Typically, these certificates enable running apps on Android payment terminals. The certificates in the list have been uploaded to Adyen and can be installed or uninstalled on Android terminals through [terminal actions](https://docs.adyen.com/point-of-sale/automating-terminal-management/terminal-actions-api).

To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions):
* Management API—Android files read
* Management API—Android files read and write
* Management API—Terminal actions read
* Management API—Terminal actions read and write

In the live environment, requests to this endpoint are subject to [rate limits](https://docs.adyen.com/point-of-sale/automating-terminal-management#rate-limits-in-the-live-environment).

## Path parameters

- `companyId` string, required

## Query parameters

- `pageNumber` integer
- `pageSize` integer
- `certificateName` string

## Response `200`

OK - the request has succeeded.

- AndroidCertificatesResponse
  - `data` AndroidCertificate[] — Uploaded Android certificates for Android payment terminals.
    - `description` string — The description that was provided when uploading the certificate.
    - `extension` string — The file format of the certificate, as indicated by the file extension. For example, **.cert** or **.pem**.
    - `id` string, required — The unique identifier of the certificate.
    - `name` string — The file name of the certificate. For example, **mycert**.
    - `notAfter` string, date-time — The date when the certificate stops to be valid.
    - `notBefore` string, date-time — The date when the certificate starts to be valid.
    - `status` string — The status of the certificate.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/management-api.md) · [All operations](https://skmtc.net/adyen/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/management-api/revisions/1089ade06e17/schema)
