v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Push Credentials

List mobile push credentials

List mobile push credentials

get/mobile_push_credentials

Query parameters

numberinteger

The page number to load.

sizeinteger

The size of the page.

Consolidated page parameter (deepObject style). Originally: page[size], page[number]

aliasstring

Unique mobile push credential alias

type'ios' | 'android'

type of mobile push credentials

Consolidated filter parameter (deepObject style). Originally: filter[type], filter[alias]

{
  "alias": "LucyCredential",
  "type": "ios"
}

Response

Mobile mobile push credentials

Example response

{
  "data": [
    {
      "alias": "LucyCredential",
      "certificate": "-----BEGIN CERTIFICATE----- MIIGVDCCBTKCAQEAsNlRJVZn9ZvXcECQm65czs... -----END CERTIFICATE-----",
      "created_at": "2021-03-26T17:51:59.588408Z",
      "id": "0ccc7b54-4df3-4bcb-a65a-3da1ecc997d7",
      "private_key": "-----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAsNlRJVZn9ZvXcECQm65czs... -----END RSA PRIVATE KEY-----",
      "project_account_json_file": {
        "client_email": "account@customer.org",
        "private_key": "BBBB0J56jd8kda:APA91vjb11BCjvxx3Jxja..."
      },
      "record_type": "push_credential",
      "type": "ios",
      "updated_at": "2021-03-26T17:51:59.588408Z"
    }
  ],
  "meta": {
    "page_number": 2,
    "page_size": 25,
    "total_pages": 3,
    "total_results": 55
  }
}